Work Faster with Git Aliases

Common Git aliases I use every day | Continue reading


@dev.to | 5 years ago

A Complete Beginner's Guide to Vue

Vue.js is a frontend framework that is optimized for progressive integration. T... | Continue reading


@dev.to | 5 years ago

/* Intentionally Left Empty */

A long time ago somewhere in India empty spaces were creating a lot of proble... | Continue reading


@dev.to | 5 years ago

Uprising app monetization models with public data collection

Mobile app monetization models, using data collecting SDKs instead of annoying ad services and pop-ups. | Continue reading


@dev.to | 5 years ago

Redux in 27 Lines of Code

Ever wondered how Redux works? Here's how you can implement your own! | Continue reading


@dev.to | 5 years ago

Cables vs. malloc_trim, or yet another Ruby memory usage benchmark

Benchmarking Action Cable memory usage. | Continue reading


@dev.to | 5 years ago

How to Combat JavaScript Fatigue with Rust

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


@dev.to | 5 years ago

Using GraphQL with REST APIs

People choose GraphQL because of all the details it lets them forget about. It'... | Continue reading


@dev.to | 5 years ago

I've Been Booted Out of My Dev Role What Should I Do?

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


@dev.to | 5 years ago

Cloud Management with Prolog

IntroductionIf you work on cloud infrastructure and tools then afte... | Continue reading


@dev.to | 5 years ago

How far can Prisma take you? (in February 2019)

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


@dev.to | 5 years ago

Overcome Fear

What are those things you fear so much that you cannot embrace and still yet to overcome? | Continue reading


@dev.to | 5 years ago

PHP needs its own ES6

Javascript has been evolving amazingly but I feel PHP is lagging behind itself | Continue reading


@dev.to | 5 years ago

DEV Community Is Open-Sourcing Its Performance Metrics via Skylight

Last summer we open sourced our platform. ... | Continue reading


@dev.to | 5 years ago

Ship It Like Honeybadger

If my friends and I built a successful company with no funding and just 3 people, you can ship your project too. | Continue reading


@dev.to | 5 years ago

Code Smart, Not Hard: A bunch of ideas for developers working on big client apps

A bunch of ideas for developers working on large production apps. | Continue reading


@dev.to | 5 years ago

Vim Is the Perfect IDE

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


@dev.to | 5 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 | 5 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 | 5 years ago

Features your app will ever need

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


@dev.to | 5 years ago

Don't build your portfolio with just React

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


@dev.to | 5 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 | 5 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 | 5 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 | 5 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 | 5 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 | 5 years ago

Retired, Apparently

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


@dev.to | 5 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 | 5 years ago

Containerize an Application

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


@dev.to | 5 years ago

FreeDNS: Subdomains for your side projects, demos, aliases

Subdomains for your necessities | Continue reading


@dev.to | 5 years ago

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

A quick introduction to AlaSQL | Continue reading


@dev.to | 5 years ago

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

Networking advice for introverts. | Continue reading


@dev.to | 5 years ago

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

EffectNode as a library. | Continue reading


@dev.to | 5 years ago

Functional programming is not a paradigm

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


@dev.to | 5 years ago

Buildless Vuejs

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


@dev.to | 5 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 | 5 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 | 5 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 | 5 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 | 5 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 | 5 years ago

Type Level Tricks in TypeScript

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


@dev.to | 5 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 | 5 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 | 5 years ago

Front End Metrics: CSS Specificity

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


@dev.to | 5 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 | 5 years ago

Introduction to Realm Mobile Database in React Native

Introduction To Realm Mobile Database In React Native | Continue reading


@dev.to | 5 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 | 5 years ago

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

Real lessons from running 100% serverless | Continue reading


@dev.to | 5 years ago