Learn About the Console Object and Become a Console Commander

Become a Console Commander! The console object has a lot more inside it than just a log method that could make your life easier when debugging the JS developer way. | Continue reading


@dev.to | 3 years ago

My story as a web developer – How I landed my job

The third part of my journey to become a professional web developer job in Barcelona. In other words, how I got the IT job without a degree from a uni. | Continue reading


@dev.to | 3 years ago

Hello Concent, a funny way to develop react app

star me if you like concent ^_^ concent ❤️ Build-in dependency collection, a predictable、... | Continue reading


@dev.to | 3 years ago

Common Mistakes in Dev Resumes

Here's every mistake (or advice) I can think of when building your CV based on my humble experience r... | Continue reading


@dev.to | 3 years ago

RxJS debounce vs. throttle vs. audit vs. sample – Difference You Should Know

In this article, we'll review how these operators work and how they differ. For simplicity, we'll co... | Continue reading


@dev.to | 3 years ago

The beauty of recursion and pattern matching in functional programming languages

translations: pt-br %% The lookup function receives a Key and a Node lookup(_, {node, 'nil'}) -... | Continue reading


@dev.to | 3 years ago

Do I need to code in my free time to be a good developer?

"You need to code in your spare time to be a good developer" - I've been hearing this all the time du... | Continue reading


@dev.to | 3 years ago

Kubernetes Deployments explained in plain English – in less than 10 minutes

Kubernetes Deployment introduction and explanation in plain English - Kubernetes explained in plain English series #3 | Continue reading


@dev.to | 3 years ago

Selenium Commands That You Should Know as QA

In this tutorial, we are going to learn Top 29 Selenium Commands that You Should Know As QA. These a... | Continue reading


@dev.to | 3 years ago

Real World Learning

Overview Learning new things is the key to success. But if you are waiting for a good time... | Continue reading


@dev.to | 3 years ago

Show HN: How to quickly integrate with the Google Sheets API

In this tutorial, learn how to use Pizzly, an open source project, to integrate easily with the Google Sheets API. | Continue reading


@dev.to | 3 years ago

AWS Lightsail video tutorials for beginners

Lightsail is a great platform for setting up quick WordPress sites and other web applications. To hel... | Continue reading


@dev.to | 3 years ago

Top Venture Capital Firms in the Bay Area

If you're looking for a job or learning about companies it can be helpful to know about Venture Capital (VC) firms | Continue reading


@dev.to | 3 years ago

Programming channels on YouTube that you shouldn't miss

Hey there! Here are a few helpful programming Youtube channels that I have been following for years... | Continue reading


@dev.to | 3 years ago

How to make a VM instance in GCP

Hi Guys today we are gonna see How to create a VM instance in GCP(Google cloud platdorm) Pr... | Continue reading


@dev.to | 3 years ago

Deno is faster than Node?

Talking about performance is cool A few days ago, I read Craig Morten's post: What Is The... | Continue reading


@dev.to | 3 years ago

Container with Most Water

A solution and, importantly, a proof for LeetCode Problem 11 - Container with Most Water. | Continue reading


@dev.to | 3 years ago

I Built My Blogging Platform – QuickPublisher

Hi everyone. I have been working on new blogging platform called QuickPublisher. Its main purpose i... | Continue reading


@dev.to | 3 years ago

An Easy Guide to Understanding Classes in JavaScript

A Monolinux distro for the Jiffy board! Contribute to eerimoq/monolinux-jiffy development by creating an account on GitHub. | Continue reading


@dev.to | 3 years ago

Text to GIF Animation – React Pet Project Devlog

I had an idea that it'd be cool to create storyboards using simple text: User describes a scene and... | Continue reading


@dev.to | 3 years ago

How to make a static snippet from CodePen “alive”

Have you ever wondered why we keep re-developing the exact features all over again? There is plenty o... | Continue reading


@dev.to | 3 years ago

Super Useful Menubar Apps for macOS

Hey everyone! In this post let's breeze ❄️ through some of my most used and favourite, free menu bar... | Continue reading


@dev.to | 3 years ago

Bootstrap version 5 alpha is officially released removing jQuery and IE support

Just a few hours ago I noticed a notification from Bootstrap’s Twitter account letting me know that B... | Continue reading


@dev.to | 3 years ago

How to setup a Tor hidden service?

CHARLOTTE, N.C.--(BUSINESS WIRE)--Jun 15, 2020-- | Continue reading


@dev.to | 3 years ago

Why People Don't Like When Chrome Messes with URLs

It appears that Chrome is taking more steps towards obfuscation of URLs. 👉 Google Chrome to... | Continue reading


@dev.to | 3 years ago

Demystifying Containers

Container’s consists of the following not too hard to grasp parts. Chroot You probably kn... | Continue reading


@dev.to | 3 years ago

Adorn: A one click support of black code formatter for IDEs and text editors

Continue reading


@dev.to | 3 years ago

Why Elixir Is the Programming Language You Should Learn (or consider) in 2020

What you look for in a programming language is likely to change depending on your interest and career goals. But, there are some basic principles that can help you select a language that is enjoyable, rewarding and long lasting. We take a look at these principles and discuss why … | Continue reading


@dev.to | 3 years ago

Moonwlker: JSON Without Annotation

Jackson is a powerful library for processing JSON. It’s the default library used by the Spring Framew... | Continue reading


@dev.to | 3 years ago

Fixing Rust Dependencies Vulnerabilities

Rust is a new fun programming language trying to achieve the trifecta of security, stability and spee... | Continue reading


@dev.to | 3 years ago

Web Analytics Comparison Table

Name Payment Min Monthly Payment Script Size Session Tracking Open Source Claims "GDPR Compliant"... | Continue reading


@dev.to | 3 years ago

Database performance: If you're not first, you're last

Hint: It’s the art of UX Writing | Continue reading


@dev.to | 3 years ago

Experimenting with Dagger Hilt

Dagger recently introduced Hilt, their next take on improving dependency injection in Android. Hilt a... | Continue reading


@dev.to | 3 years ago

Think twice before adding another language to your micro-services architecture

When in startup mode, a very important thing is to be flexible. Your product isn’t defined well-enoug... | Continue reading


@dev.to | 3 years ago

Peeking at HttpContext.Request.Body, without consuming it

A NuGet library, to peek at the HttpContext request body without consuming it in ASP.Net Core | Continue reading


@dev.to | 3 years ago

Books on Automation Testing That You Should Read

✅ Join us - https://sendfox.com/thetestingacademy In this video, We are discussing Top 3 Books on Au... | Continue reading


@dev.to | 3 years ago

Guide Locators in Selenium WebDriver

✅ Join us - https://sendfox.com/thetestingacademy In this video, We are discussing about Locators in... | Continue reading


@dev.to | 3 years ago

What would you do if you find a tool with more feat. than your current?

Continue reading


@dev.to | 3 years ago

Let's Play Checkers with AI and Clojure

Logic Programming: A forgotten Field in AI Nowadays, when you hear "AI," you are probably... | Continue reading


@dev.to | 3 years ago

Building a realtime multiplayer browser game in less than a day (tutorial)

Do you play games?.... Duh! Ever thought of building one yourself?... Hmm.. Games innately seem diff... | Continue reading


@dev.to | 3 years ago

How Can Programmers Get Better at Problem Solving

Programmers are responsible for creating something new for their clients by breaking things up and fi... | Continue reading


@dev.to | 3 years ago

What its like launching my first SaaS

Finally after weeks and weeks of nonstop coding and iterating I can proudly say I've launched the ver... | Continue reading


@dev.to | 3 years ago

Blogging for Developers

Answering Q&A's | Continue reading


@dev.to | 3 years ago

How to design a quadratic equation calculator

Many of us use password managers to securely store our many unique passwords. A critical part of a password manager is the master password. This password protects all others, and in that way, it is a risk. Anyone who has it can pretend to be you… anywhere! Naturally, you keep you … | Continue reading


@dev.to | 3 years ago

AzureFunBytes – Episode 2 – Azure Active Directory with Phoummala Schmitt

AzureFunBytes - A Twitch show on how to use all the fundamentals that are Microsoft Azure. Jay's joi... | Continue reading


@dev.to | 3 years ago

What is Scaffolder, and how you can use it to increase your team dev velocity

Scaffolder — Increasing dev velocity and standardizing file conventions. Why I wrote Scaffo... | Continue reading


@dev.to | 3 years ago

What Is a Software Engineer Anyway?

The role of a software engineer has a magnitude of dimensions. When I think of the people I've worked... | Continue reading


@dev.to | 3 years ago

Dev.to is now Web Monetized

DEV is now Web Monetized, and DEV authors can add their own payment pointer. | Continue reading


@dev.to | 3 years ago