What I got performing a Code Review on a stranger's React JavaScript project

Code review of React.js project. | Continue reading


@dev.to | 5 years ago

What Does Your IDE/Code Editor Look Like?

Continue reading


@dev.to | 5 years ago

Simple Tricks for Map Solution

Price optimization for map at high scales. | Continue reading


@dev.to | 5 years ago

Htmldoom: An intuitive, high performance HTML rendering *framework* for Python

Continue reading


@dev.to | 5 years ago

Entity Relationship Diagrams Explained by Sonic the Hedgehog

On first glance, Entity Relationship Diagrams may look like a spaghetti mess. This post hopes to demystify how they fit together with Sonic the Hedgehog | Continue reading


@dev.to | 5 years ago

Reflinks vs. symlinks vs. hard links and managing data in ML

A new kind of link, reflinks, offers a new way to deal with large datasets like are used in machine learning projects. | Continue reading


@dev.to | 5 years ago

CSS Can Do This and It's Terrifying

Time for #DevDiscuss! Tonight's topic: CSS can do that? Let's start with s... | Continue reading


@dev.to | 5 years ago

Docker Swarm Cloud on a ARM64 DIY SBC Cluster Running a Smalltalk Webapp

In the previous post we saw how to build a single-node Docker Swarm running VASma... | Continue reading


@dev.to | 5 years ago

How to delete ALL node_modules folders on your machine and free up HD space

Continue reading


@dev.to | 5 years ago

Storing config settings of a Node.js application in an elegant way

Continue reading


@dev.to | 5 years ago

Writing Immutable and Functional JavaScript; Why

Continue reading


@dev.to | 5 years ago

Habits of Highly Effective Programmers – Inspired by an Ex-Google TechLead

Continue reading


@dev.to | 5 years ago

Some of my favorite JavaScript resources

Continue reading


@dev.to | 5 years ago

Tutorial: Live Streaming with Mux and Stream Chat

Continue reading


@dev.to | 5 years ago

Building Custom React Hooks

React hooks simplify the process of creating reusable, clean and versatile code, and advanced optimization techniques like memoization are now more accessible and easier to use. React’s official documentation doesn’t cover custom hooks in detail as it covers the basic hooks, so t … | Continue reading


@dev.to | 5 years ago

Hacking Google Map JavaScript API for Free usage

Rule #1, never trust the client. | Continue reading


@dev.to | 5 years ago

How to highlight your strengths with a Johari window

Continue reading


@dev.to | 5 years ago

The Definitive Guide to CSS Cascading and Specificity

Continue reading


@dev.to | 5 years ago

Building an infinitely scalable cloud host for less than $5/mo

Continue reading


@dev.to | 5 years ago

Recognizing Objects in Images with TensorFlow and Smalltalk

In this post, I will be showing a simple example of object recognition in images ... | Continue reading


@dev.to | 5 years ago

A Sneak Peak into the Future of Software Testing Automation

Continue reading


@dev.to | 5 years ago

I released my own Visual Studio Code Extension Pack and here is how you can too

Learn how to create a Visual Studio Code Extension Pack to make your own life easier | Continue reading


@dev.to | 5 years ago

Why B2B startups shouldn't use React (or any JavaScript framework)

An opinionated piece by CTO for tech stack in B2B startups | Continue reading


@dev.to | 5 years ago

A Future Without Webpack

Continue reading


@dev.to | 5 years ago

Speed Up Ansible with Mitogen

Continue reading


@dev.to | 5 years ago

Using Golang as a Scripting Language

Using Golang as a scripting language | Continue reading


@dev.to | 5 years ago

QuizNerd – A Quiz App for Developers

Hi dev community! 🙋‍♂️I want to share with you an Android app that I create... | Continue reading


@dev.to | 5 years ago

Evan Bacon: The JavaScript Fad Will Pass and Everything Will Be Written in CSS

Continue reading


@dev.to | 5 years ago

Reviewing the Code Review. Time for a Different Approach?

Continue reading


@dev.to | 5 years ago

Powerful Tips for a Developer's Portfolio

How to Make Your Site Talk the Talk | Continue reading


@dev.to | 5 years ago

On getting feedback from your users

Some time ago I talked with a co-worker about his internal project. He was the ow... | Continue reading


@dev.to | 5 years ago

Achieving Causal Consistency in Your GraphQL API Using NestJS with MongoDB

Continue reading


@dev.to | 5 years ago

Fullstaq Ruby: First impressions, and how to migrate your Docker Ruby apps

Learn how to reduce your application memory consumption with new Ruby distribution. | Continue reading


@dev.to | 5 years ago

Dev.to went open source one year ago today

Continue reading


@dev.to | 5 years ago

Turtle in Python

Continue reading


@dev.to | 5 years ago

Advanced usage of yum-config-manager with setopts

Recently I used the yum-config-manager program from the yum-utils package to add ... | Continue reading


@dev.to | 5 years ago

Write plain CSS while ripping the benefits of CSS-in-JS

Is there a common ground between CSS-in-JS and plain CSS? | Continue reading


@dev.to | 5 years ago

Show HN: Serverless Functions with WebAssembly Modules

Improving performance in serverless functions using WebAssembly. Use C, C++ or Rust code compiled to Wasm modules from Node.js serverless functions. | Continue reading


@dev.to | 5 years ago

How to Reduce Your Vue.js Bundle Size with Webpack

How to Reduce Your Vue.JS Bundle Size With Webpack | Continue reading


@dev.to | 5 years ago

You Can Build a Serverless API Using GraphQL .NET Core, C# and vs. Code

This shows how you can create a CRUD API in GraphQL and host it in a Serverless function | Continue reading


@dev.to | 5 years ago

Mock your GraphQL server realistically with faker.js

Continue reading


@dev.to | 5 years ago

Generating 2FA One-Time Passwords in JavaScript Using Web Crypto API

Deep dive into how 2FA codes work under the hood and how we can make our own in javascript | Continue reading


@dev.to | 5 years ago

Lazy load embedded YouTube videos

Continue reading


@dev.to | 5 years ago

Flutter 4 Pillars for Development

Continue reading


@dev.to | 5 years ago

Multi-Region Website Integration Testing with Python

Continue reading


@dev.to | 5 years ago

The Next Step in Modular Programming

Continue reading


@dev.to | 5 years ago

Building My Own JavaScript Stack Traces

Continue reading


@dev.to | 5 years ago

Easy Pipeline in C#

An easy way to implementation the chain of responsibility with the use of builder pattern | Continue reading


@dev.to | 5 years ago