Update: I recently wrote a post on different use cases of serverless. A list of... | Continue reading
This programmers plea for you to stop making a mess | Continue reading
I had been working at Twitter for a few weeks and still didn’t understand why people used it … | Continue reading
Two buzzwords walk into a bar... No? Yeah, let's not go there. If you feel like this, you're in the right place. Both containers and serverless have been the cool new kid on the block for the last few years, and the popularity simply isn't dying down. | Continue reading
React is fast but it has something which makes it slow when used for Web development. This article is an overview of what exactly is the thing that makes React faster and what makes it slower. | Continue reading
JavaScript is like a zombie virus. The language has taken over everything. And, my hand has a bite. Do I embrace my inner JavaScript kitty, become what I have always feared, or should I chop it off while I have a chance? | Continue reading
Selling and collecting personal data, influencing geopolitical climates...does this qualify as evil? | Continue reading
A case against Vim | Continue reading
Show your localhost to the internet, the easy way. | Continue reading
Concurrency typically comes with conflicts. How can we deal with conflicting concurrent writes? | Continue reading
A super simple implementation that one might do in order to teach someone basic concepts of blockchain and proof-of-work | Continue reading
Make sure the entire team shares the technical vision. Understand the cost and benefits implications. Stay hands-on to an appropriate extend. Be empathic. Inspire. Give vision and not technical tasks. | Continue reading
Today we'll take a look at triggering AWS Lambda functions from AWS SNS messages. I've covered a few interesting topics regarding serverless architectures and AWS already, but nothing like this yet. Dig down, and get ready. Let's go. | Continue reading
How to use basic monads in javascript | Continue reading
From now on, my tweets are ephemeral. Here's why I'm deleting all my old tweets and the AWS Lambda function that does it for free. | Continue reading
Recently I was reading Twitter and stumbled across a tweet by Dan Abramov. He s... | Continue reading
You are making a decision on which open source project you would adopt for your... | Continue reading
Use Spot instances without impacting availability. | Continue reading
I've dealt with anxiety and depression for most of my life. Its been a constant battle, both personally and professionally as a software developer. Here's a look into my journey and some things I've taken away from it so far. | Continue reading
Implementation of Action Cable using StimulusJS to control page specific channel subscription | Continue reading
Nearly forty percent of our lovely community members voted that browsers should no longer allow users to disable JavaScript. | Continue reading
For me it was C and Haskell and for completely different reasons. Coming from ... | Continue reading
How I found a vulnerability in the application, and how you can too! | Continue reading
Good or bad, what are your thoughts? | Continue reading
GitHub extensions provide additional functionality and allow us to boost our productivity | Continue reading
List of some badass tools powered by Open Source Community | Continue reading
With Deno on horizon I see a bright future for Typescript | Continue reading
I have been in charge of developing and maintaining integration with Facebook M... | Continue reading
What exactly does a professional working developer do from the moment they get to work, to the moment they leave? Here are some of my own personal insights as a Senior Software Engineer, working on the web. | Continue reading
How to organize an Elm single page application. | Continue reading
Functions in shell programming | Continue reading
Elm 0.19 was released yesterday. There were a significant number of breaking ch... | Continue reading
How to use i18n internationalization in Nuxt.js without storing the prefered language as route parameter | Continue reading
In the age of javascript frameworks, let's not forget the intended purpose of the Internet. | Continue reading
There are two links I've come across recently that have stuck with me and made ... | Continue reading
Learn how to use Laravel Mix for processing and compiling assets into your Masonite web application | Continue reading
A component in Vuejs has a lifecycle which is being managed by Vue itself when ... | Continue reading
As client-side app frameworks like React keep growing more popular, we’re shipp... | Continue reading
Why does no one use git log very often!? | Continue reading
KeePass password manager for android that can be accessed on other devices from the same local network. | Continue reading
On the surface nothing has changed. Below the surface however, almost everything has. | Continue reading
We want the best of both worlds. The SEO boost server-side rendering provides, and the speed of a Single Page Application. All this while hosted basically for free in a serverless environment on AWS Lambda. | Continue reading
An old first timer talks about Perl and it's culture | Continue reading
This is the story https://keralarescue.in/ | Continue reading
The web is supposed to be accessible to all but flavour of the month techniques and over-complication is ruining everything | Continue reading
Yet another Progressive Web App | Continue reading
Any React component that needs to switch the view can simply dispatch an event with a data payload. The payload contains any data the next view may need. | Continue reading