Common Git aliases I use every day | Continue reading
Vue.js is a frontend framework that is optimized for progressive integration. T... | Continue reading
A long time ago somewhere in India empty spaces were creating a lot of proble... | Continue reading
Mobile app monetization models, using data collecting SDKs instead of annoying ad services and pop-ups. | Continue reading
Ever wondered how Redux works? Here's how you can implement your own! | Continue reading
Benchmarking Action Cable memory usage. | Continue reading
NodeJS is a fantastic tool. Blog posts are full with 5 minute tutorials, and companies using it up and down the Fortune 500 latter. However, developers using NodeJS have a different story to tell. | Continue reading
People choose GraphQL because of all the details it lets them forget about. It'... | Continue reading
A reader of my email newsletter had questions about issues around a poor performance review which lead to him being moved to another department. Here's my response. | Continue reading
IntroductionIf you work on cloud infrastructure and tools then afte... | Continue reading
Prisma offers a unique and frankly amazing way to create and access databases. But how far can you go with it right now? | Continue reading
What are those things you fear so much that you cannot embrace and still yet to overcome? | Continue reading
Javascript has been evolving amazingly but I feel PHP is lagging behind itself | Continue reading
Last summer we open sourced our platform. ... | Continue reading
If my friends and I built a successful company with no funding and just 3 people, you can ship your project too. | Continue reading
A bunch of ideas for developers working on large production apps. | Continue reading
This article was originally published in HackerNoonOver the years I've jumped... | Continue reading
The `line-height` CSS property defines the space between two inline elements. The typical use is, to space-out text. Let's see how we can use it. | Continue reading
Degrees and radians are the angle units we all know and hate, but two lesser-known units are often much easier: turns and gradians! | Continue reading
1. AuthenticationCheck a users identity. Based on email or social l... | Continue reading
Don't build your portfolio with just React. Use Gatsby. | Continue reading
My current primary tech stack is Node.js/Javascript and, like many teams, I mov... | Continue reading
I've been coding for almost 2yrs and I still kept asking myself the same questi... | Continue reading
I made an offline only, 100% swift, open source macOS password manager in a month as a side project around my full time job. See how the launch went. | Continue reading
Frontend developers have begun to split into two discernible factions by role: JS Engineers and UX Engineers. The internet weighs in on the schism.... | Continue reading
Discover the different ways you can start contributing to Node.js in 2019 | Continue reading
Last week marked the second anniversary of my most-recent paycheck, and next we... | Continue reading
Most people want to make things perfect. Sometimes we evaluate the complexity of an upcoming goal or a problem. So, the fear to not complete it perfectly or "wrong" (Yeah, who are judges? 🤔) stops us even from trying. | Continue reading
Here is how we containerize an application in this example I have chosen a dotn... | Continue reading
Subdomains for your necessities | Continue reading
A quick introduction to AlaSQL | Continue reading
Networking advice for introverts. | Continue reading
EffectNode as a library. | Continue reading
Or; functional and object-oriented are members of two different classes. ... | Continue reading
One way you could write vuejs without a build step | Continue reading
Python typing just got a new shiny feature: Literal types. Let's dive in a get familiar with it. | Continue reading
React Easy State's v6.1.0 update adds hooks support, StrictMode compatibility and batching improvements without any new API or breaking changes. | Continue reading
There are a lot of people who love both JS and UX/CSS. If we stop labeling people just as “JS developers” or “UX developers”, we can achieve a ceasefire in the current “JS vs. CSS” war and achieve a mutually benefiting peace. | Continue reading
MySQL, PostgreSQL, Oracle, Redis... and many more you just name it... Databases... | Continue reading
If you are developer frustrated by meetings at work, then read this article and learn how you can fix meetings with these four simple rules. How to make your development meetings effective again! | Continue reading
IntroductionTypeScript has a Turing complete type system. This mean... | Continue reading
A tutorial on how to build a Twitter bot using Serverless and AWS Lambda | Continue reading
Lifecycle methods pushed us to think more about *when* something happens rather than to define *how* we can get *what* we need. What would you say if you could focus on value computations and leave the rest to the library? | Continue reading
What are CSS Specificity graphs and how are they helpful? | Continue reading
Being a software developer is much more than simply knowing everything about mastering programming languages... | Continue reading
Introduction To Realm Mobile Database In React Native | Continue reading
What if I told you that you don't have to be afraid of exceptions? That they wanted to be your friend and help you write better code? | Continue reading
Real lessons from running 100% serverless | Continue reading