[MLBApp] Hello Supabase Part 1: New Project and Create a Table
Audience: BeginnerPrerequisite: None This article is part 1 of a 3-part series of creating a simple Next.js app using Subpabase, In part 1, I will walk over Creating a Supabase…
Audience: BeginnerPrerequisite: None This article is part 1 of a 3-part series of creating a simple Next.js app using Subpabase, In part 1, I will walk over Creating a Supabase…
Since I've switched to use Claude from OpenAI ChatGPT, I have been pretty impressed. This blog entry showed my steps of creating an utility that I use at work for…
In this blog, I will talk about what I did to update my resume for my 2024 job search which ended up with 3 interviews and 3 offers: Acrisure, Apple,…
About 4 months ago, I began serious looking for my next role. About two weeks ago, I wrapped the search with three offers of three job applications. I considered this…
This entry shows usefule kubectl commands that I find very useful and use almost every day when working with in the kubernete environment. Pre Text What is Kubernetes Kubernetes, often…
This post collects a few Ubuntu tips that I use daily. Hope you find it useful. It includes How to Take Screenshot How to turn on Night Light How to…
This article shows how one can setup simple python environment on a Linux machine, but does not go into virtual environment, poetry, or pypi setup. It's meant for beginners to…
This article is part 2 of 100 BitSize Python Coding Tips and includes Tips 20 to 40. 21. Dictionary Comprehension with Conditional Logic Use dictionary comprehensions with conditions to efficiently…
This article has biteSize python coding tips 1-20, as a 100-tips series 1. Understanding List Comprehensions List comprehensions provide a concise way to create lists. They can make your code…
In this article, I will show how I step-by-step created a github action that checkout, zipped, and added the zipped file to the repo, each time I commit to main.…