Vim Is the Perfect IDE

This article was originally published in HackerNoonOver the years I've jumped... | Continue reading


@dev.to | 6 years ago

CSS line-height

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


@dev.to | 6 years ago

Gradians and Turns: the quiet heroes of CSS angles

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


@dev.to | 6 years ago

Features your app will ever need

1. AuthenticationCheck a users identity. Based on email or social l... | Continue reading


@dev.to | 6 years ago

Don't build your portfolio with just React

Don't build your portfolio with just React. Use Gatsby. | Continue reading


@dev.to | 6 years ago

Using Docker for Node.js in Development and Production

My current primary tech stack is Node.js/Javascript and, like many teams, I mov... | Continue reading


@dev.to | 6 years ago

Why do you code?

I've been coding for almost 2yrs and I still kept asking myself the same questi... | Continue reading


@dev.to | 6 years ago

Show HN: I wrote and launched a MacOS password manager in 30 days

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


@dev.to | 6 years ago

Why Everyone Is Fighting About CSS/UX and JavaScript

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


@dev.to | 6 years ago

Start Contributing to Node.js in the New Year

Discover the different ways you can start contributing to Node.js in 2019 | Continue reading


@dev.to | 6 years ago

Retired, Apparently

Last week marked the second anniversary of my most-recent paycheck, and next we... | Continue reading


@dev.to | 6 years ago

Progress Not Perfection

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


@dev.to | 6 years ago

Containerize an Application

Here is how we containerize an application in this example I have chosen a dotn... | Continue reading


@dev.to | 6 years ago

FreeDNS: Subdomains for your side projects, demos, aliases

Subdomains for your necessities | Continue reading


@dev.to | 6 years ago

AlaSQL: A Real Database for Web Browsers (and Node.js)

A quick introduction to AlaSQL | Continue reading


@dev.to | 6 years ago

How to Start a Conversation Without Saying a Word – DEV Community

Networking advice for introverts. | Continue reading


@dev.to | 6 years ago

Show HN: Sharing and Turning my WebGL Platform into NPM library enos

EffectNode as a library. | Continue reading


@dev.to | 6 years ago

Functional programming is not a paradigm

Or; functional and object-oriented are members of two different classes. ... | Continue reading


@dev.to | 6 years ago

Buildless Vuejs

One way you could write vuejs without a build step | Continue reading


@dev.to | 6 years ago

Simple dependent types in Python

Python typing just got a new shiny feature: Literal types. Let's dive in a get familiar with it. | Continue reading


@dev.to | 6 years ago

React Easy State v6.1: Minimalistic state management with hooks support

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


@dev.to | 6 years ago

CSS and JavaScript Are at War, Here’s How to Stop It

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


@dev.to | 6 years ago

Write a Simple Toy Database in Python Within Minutes

MySQL, PostgreSQL, Oracle, Redis... and many more you just name it... Databases... | Continue reading


@dev.to | 6 years ago

Rules of Effective Development Team Meetings

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


@dev.to | 6 years ago

Type Level Tricks in TypeScript

IntroductionTypeScript has a Turing complete type system. This mean... | Continue reading


@dev.to | 6 years ago

How to Build a Serverless Twitter Bot

A tutorial on how to build a Twitter bot using Serverless and AWS Lambda | Continue reading


@dev.to | 6 years ago

Say goodbye to lifecycle methods, and focus on productive code

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


@dev.to | 6 years ago

Front End Metrics: CSS Specificity

What are CSS Specificity graphs and how are they helpful? | Continue reading


@dev.to | 6 years ago

The Importance of Solving Real-World Problems (For Devs)

Being a software developer is much more than simply knowing everything about mastering programming languages... | Continue reading


@dev.to | 6 years ago

Introduction to Realm Mobile Database in React Native

Introduction To Realm Mobile Database In React Native | Continue reading


@dev.to | 6 years ago

Dead Simple Python: Errors – DEV Community ‍‍

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


@dev.to | 6 years ago

Lessons Learned – A Year of Going “Fully Serverless” in Production

Real lessons from running 100% serverless | Continue reading


@dev.to | 6 years ago

Why Are Some Developers So Allergic to IDEs? (discussion)

Countless times I meet developers who prefer simpler editors. And by “prefer” I mean that they have strong negative feelings towards any IDEs, especially the ones that one needs to pay money for. Let’s discuss why is that? | Continue reading


@dev.to | 6 years ago

Top Compile-To-JS Languages

This post is taken from my blog so be sure to check it out for more up-to-date ... | Continue reading


@dev.to | 6 years ago

Performance Tips for Ruby on Rails

This was originally posted on my blogSince Ruby on Rails is not the fastes... | Continue reading


@dev.to | 6 years ago

Difference between state and State

Today we will try to solve the ambiguity in the concept of state, highlighting the differences in the two main notions about it. | Continue reading


@dev.to | 6 years ago

Tips to ace an interview over the webcam

I do job interviews with Junior/Senior developers and sometimes I'm amazed at what I see or hear. | Continue reading


@dev.to | 6 years ago

First class testing

How to be fun at testing | Continue reading


@dev.to | 6 years ago

I am not a real programmer

What does it mean to be a professional programmer? | Continue reading


@dev.to | 6 years ago

Letter to Myself Ten Years Ago

Inspired by the viral 10-year challenge on social media, when people show the world what they looked like 10 years ago, I decided not to share my photos of that time. | Continue reading


@dev.to | 6 years ago

Code quality is overrated

Spending time on code quality is a privilege - one that must be earned by building a product that people love. | Continue reading


@dev.to | 6 years ago

Dangers of the unibrow(ser)

At the beginning of December, Microsoft announced their wish to re-engineer Edg... | Continue reading


@dev.to | 6 years ago

Revery – Cross-Platform Desktop Apps with Reason

Native, high-performance, cross-platform desktop apps - built with Reason | Continue reading


@dev.to | 6 years ago

Be careful of the JWT hype train

I’ve been researching using node as a back end for a few months now and SO MANY... | Continue reading


@dev.to | 6 years ago

Tweet in bold, italics and strikethrough text

tweetfancy.io - Tweet in bold, italics and strikethrough text | Continue reading


@dev.to | 6 years ago

Bash Commands and Tips

Until about a year ago, I worked almost exclusively within the macOS and Ubuntu... | Continue reading


@dev.to | 6 years ago

Mistake developers make when coding a hamburger menu

What do The New York Times' developers get wrong about the hamburger menu, and what do Disney's and Wikipedia's get right? It's all about how the hamburger menu is positioned. | Continue reading


@dev.to | 6 years ago

Actually, callbacks are fine

No really, callbacks are pretty darn neat | Continue reading


@dev.to | 6 years ago