1 follower
I am a software engineer working mostly full stack with web technologies. In this blog, I write few things that I learned this week.
Inspired by Javascript's arrow function, I guess? es6-in-depth-arrow-functions The short closures called arrow functions are one of the long-due...
While I ran these commands in macOS using iterm2, the tricks are valid for most of the terminals out there. Quick side note: My username is...
Just made the source code for dynolist public. It's a #NextJs based job board that uses #airtable as CMS built with #TypeScript #tailwindcss Demo...
I know this is a pretty dry read, but it's here in case someone or future me does a google search. If you have any questions please let me know in the...
tldr; php 8.1 will introduce enum as a new data type derived from classes and will behave like objects. Enum syntax in PHP enum Status{ case...
If you have not heard, elasticsearch recently updated their licence to one based on sspl (server-side public licence) created and adopted by MongoDB....