Paying the maintainers just makes sense, and it's working. | Continue reading
A small write up on my Visual Studio Code setup | Continue reading
Docker Links | Docker 资料索引Docker Links aggregates curated popular links for... | Continue reading
This is the first in a series where I'll be reviewing down a App Marketplace based on my experience from app development to launch. | Continue reading
Building a finance tracking REST API using Go from scratch with test-driven development | Continue reading
Awesome CS Collections is collections of collection, including Programming La... | Continue reading
strategies for effective programming | Continue reading
So you want to give a tech talk. This post takes you from writing a talk proposal through the day of the talk | Continue reading
A candid discussion on alcohol in the developer community. Is your company culture slowly murdering your employees? | Continue reading
Guide on How-to build a simple url shortener with only html and JavaScript without any need of server side processing and can be hosted on GitHub Pages | Continue reading
Local storage shouldn't be used to store sensitive data. It's unsafe! | Continue reading
Contrary to popular belief, React’s biggest use cases are not SPAs, it’s the hybrid apps that are most common, and the best fit in my opinion, in this post I will cover how and why I went from a React hater to a React fanboy, and why React is a perfect replacement for jQuery. | Continue reading
How I go about developing shared code between web and React Native | Continue reading
Analyzing the second top voted question | Continue reading
Three methods for cleaning up your Git history. | Continue reading
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