Unnatural Keys
Nature doesn’t come with identifiers.Continue reading on Better Programming »
Read moreNBA Games Outcome Project — Model Development
NBA Games Outcome Project — Model DevelopmentPart 3 of 3Photo by Marius Christensen on UnsplashHello! This is part three of a series where I build an end-to-end application that primarily aims to predict the game outcome between two chosen teams in a pool of 30 NBA professional teams. I am doing this series mainly
Read moreNBA Games Outcome Project — Data Development
NBA Games Outcome Project — Data DevelopmentPart 2 of 3Photo by Edgar Chaparro on UnsplashHello! This is part two of a series where I build an end-to-end application that mainly aims to predict the game outcome between two chosen teams in a pool of 30 NBA professional teams. I’m doing this series mainly to
Read moreNBA Games Outcome Project — Web Scraping With Python
NBA Games Outcome Project — Web Scraping With PythonHow to get data from the NBA seasons’ games and store them for practical usePhoto by Dean Bennett on UnsplashMotivationHello! As I became a big fan of the NBA scene recently and knew my friends and I would be happy knowing the results of previous games,
Read moreLearn ChatGPT API Made Easy
Empowering developers with more powerful ChatGPT capabilityContinue reading on Better Programming »
Read moreSpring Boot 3 Migration
A few actionable steps to prepare for your Spring 3 migrationPhoto by Egor on UnsplashPrepare for Spring 3 migrationAs the last spring-boot version 2.7.x is close to ending support(Nov 18, 2023), I started migrating my project to Spring Boot 3 and wrote down the most important issues I encountered during the
Read moreUsing Python on M2
Photo by Joshua Aragon on UnsplashIn another post, I mentioned separating my computer environment from the company’s one when I bought Miorine (my M2 Max MBP). I also set up my private development environment with Neovim because I thought using my company’s JetBrains licenses on my personal laptop was inappropriate. It
Read moreTrig crossings and root of gold
Here’s a curious fact. The graphs of cotangent and secant cross at the same height as the graphs of tangent and cosecant, and this common height is the square root of the golden ratio φ. It’s also the case that the graphs of hyperbolic cosecant and hyperbolic cosine, and the
Read moreBeta-binomial with given mean and variance
The previous post looked at an application of the beta-binomial distribution. The probability mass function for a beta-binomial with parameters n, a, and b is given by The mean μ and the variance σ² are given by Solving for a and b to meet a specified mean and variance appears
Read moreBuild a Speech-to-text Web App with Whisper, React and Node
In this guide to synthesizing and editing audio, learn how to build a speech-to-text web app with OpenAI's Whisper, React, Node.js, and FFmpeg Continue reading Build a Speech-to-text Web App with Whisper, React and Node on SitePoint.
Read more