February 3, 2024
🖍️ Enhancing Note-Taking Efficiency: Neovim, Markdown, and Git/GitHub
Enhancing Note-Taking Efficiency: Neovim, Markdown, and Git/GitHub
This is where I store my notes.
February 3, 2024
Enhancing Note-Taking Efficiency: Neovim, Markdown, and Git/GitHub
January 30, 2024
Build CI/CD pipelines in Go with github actions and Docker
January 9, 2024
If you want to create a website, you will need a domain name to identify it on the internet¹[1]. A domain name is a unique address that users can type in their browsers to access your site. For example, google.com is a domain name.
October 31, 2023
I made text2audio.cc as a personal project to learn more about Deno, FreshJS, and Google text to speech API. I also wanted to create a useful tool that could help generate audio for my TikTok video.
October 25, 2023
Introduction to Deno, a runtime environment that offers enhanced security and simplicity compared to Node.js.
September 15, 2023
Edge compute refers to the concept of performing computations and running applications at the edge of a network, closer to the users.
August 27, 2021
A single linked list is the best and simplest example of a dynamic data structure that uses pointers for implementation.