tattooGPT is an application where you can quickly generate tattoos based on keywords. You can go from an idea to a live piece in seconds. All you have to do is, prompt the application with a few idea keywords and it will give you an image of the tattoo.
falcon 🚀 is a React static generator running on Bun. Currently it's a work in progress. 🚧 The goal of this project is to experiment how Bun performs with static site generation compared to other existing solutions.
tmux has been in my dev workflow for a brief time. However, at the time I wasn't fully comfortable with vim.
I'm extremely bullish on being more productive with LLMs such as ChatGPT and GitHub Copilot. I've started producing more output in a meaningful manner with these tools.
The WaitGroup in Go lang is a synchronization mechanism used to coordinate a group of goroutines by waiting for them to complete their execution before proceeding further.
esbuild is a new JavaScript bundler written in Go. According to the claims made by the author it is faster than most of the bundlers in multiples of magnitutude. To be fair it should be as it's written in Go, which should execute faster than other bundlers wrtten in JavaScript/TypeScript.
Functional programming is a programming paradigm that based on mathematical functions which does computation by avoiding mutation and shared state. Functions are considered as first class citizens in functional programming. There are languages which support both object oriented and functional prgramming like JavaScript, and Python. Languages like Haskell, and Elm are designed only for functional programming. For a beginner starting with a language which is familiar like JavaScript can be helpful to understand the underlying concepts.