Posts
All the articles I've posted.
How to read a file line by line in zig
Published: at 05:25 PMSmall snippet to read and count number of lines in a file in zig
How to start PostgreSQL database using Docker?
Published: at 05:06 AMQuickly spin up a PostgreSQL database using docker.
My bookmarks and links
Published: at 06:10 AMMy bookmarks, links, and list of tools links I collected over the years are listed in this post.
How to make Graphql request using fetch API?
Published: at 02:19 AMWhen working with Graphql you want to make graphql requests for queries and mutations. If you're not using some client-side javascript libraries for handling Graphql requests then using fetch is an easy solution.
How to prevent the Heroku app from idling after 30 minutes?. And keep the app active.
Published: at 05:45 AMFree tier Heroku apps will go to idle after 30 minutes of no traffic and there are ways to prevent that from happening.