DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Top 5 Principles for programmers.

Top 5 Principles for programmers.

7
Comments
2 min read
How to Make a Markdown Blog With Next.js

How to Make a Markdown Blog With Next.js

182
Comments 14
12 min read
Watch out your Cloudwatch logs, or it could be expensive!

Watch out your Cloudwatch logs, or it could be expensive!

12
Comments
4 min read
New Features in Python 3.9 You Should Know About

New Features in Python 3.9 You Should Know About

49
Comments 4
6 min read
Move/Install WSl distro from C drive to another drive

Move/Install WSl distro from C drive to another drive

12
Comments 5
2 min read
Creating a JavaScript Function to Calculate Whether It's a Leap Year

Creating a JavaScript Function to Calculate Whether It's a Leap Year

67
Comments 15
1 min read
LeetCode: Arrays 101: Introduction – Solutions

LeetCode: Arrays 101: Introduction – Solutions

7
Comments
1 min read
Are You A Fanboy???

Are You A Fanboy???

27
Comments 1
7 min read
Kotlin Scope Functions

Kotlin Scope Functions

6
Comments
2 min read
Top 10 interesting projects for python beginners

Top 10 interesting projects for python beginners

36
Comments 1
2 min read
GraphQL with dotnetcore

GraphQL with dotnetcore

6
Comments
3 min read
Practical Skills I Never Knew I Needed as a Junior Developer

Practical Skills I Never Knew I Needed as a Junior Developer

73
Comments 11
4 min read
18 Common Concepts in Developer Jargon for Muggles

18 Common Concepts in Developer Jargon for Muggles

48
Comments 2
8 min read
Async in Dart (1) รู้จัก Isolates และ Event Loop กับการทำงานไม่ประสานเวลากัน

Async in Dart (1) รู้จัก Isolates และ Event Loop กับการทำงานไม่ประสานเวลากัน

7
Comments
2 min read
My Journey as a Developer

My Journey as a Developer

39
Comments 5
3 min read
The Rise of Functional Programming - TerminusDB Discussion #7 38:47

The Rise of Functional Programming - TerminusDB Discussion #7

4
Comments 2
1 min read
Why Java ?

Why Java ?

6
Comments 2
2 min read
Princípios ou Ferramentas - O que estudar

Princípios ou Ferramentas - O que estudar

39
Comments 1
5 min read
JavaScript Quiz Question #4: Prototypal Inheritance

JavaScript Quiz Question #4: Prototypal Inheritance

9
Comments 5
1 min read
Thinking about Web Application Security

Thinking about Web Application Security

5
Comments 1
4 min read
Crystal Fridays is in 30 minutes!

Crystal Fridays is in 30 minutes!

4
Comments
1 min read
Want To Write The Best Code You Possibly Can? Read this

Want To Write The Best Code You Possibly Can? Read this

4
Comments
4 min read
JavaScript Quiz Question #3: Deep Object Mutability

JavaScript Quiz Question #3: Deep Object Mutability

30
Comments 3
1 min read
It's Tech Skills Day!! 01:45

It's Tech Skills Day!!

36
Comments
1 min read
Demystifying Development Environments

Demystifying Development Environments

4
Comments 1
1 min read
Java VS JavaScript

Java VS JavaScript

7
Comments
6 min read
Python Microservices, Part 4: API, Object, and Storage Data Models

Python Microservices, Part 4: API, Object, and Storage Data Models

5
Comments
1 min read
Implement pattern matching in Java with Vavr library

Implement pattern matching in Java with Vavr library

6
Comments 3
9 min read
The Code Speaks On Its Own, NOT

The Code Speaks On Its Own, NOT

11
Comments
5 min read
A 12-Line JavaScript Function to Get All Combinations of an Object's Properties

A 12-Line JavaScript Function to Get All Combinations of an Object's Properties

77
Comments 3
2 min read
What happens to your career after 10 years?

What happens to your career after 10 years?

20
Comments 2
4 min read
JavaScript Quiz Question #2: A Set of Objects

JavaScript Quiz Question #2: A Set of Objects

15
Comments 4
1 min read
Python Microservices, Part 3: Effective Canonical Logging across Services

Python Microservices, Part 3: Effective Canonical Logging across Services

5
Comments
1 min read
Signs it's time to leave your company

Signs it's time to leave your company

50
Comments 8
1 min read
3 Programming Books to Read During Lockdown

3 Programming Books to Read During Lockdown

89
Comments 10
7 min read
Using ‘Go Generate’ To Deploy Multi-Process Apps

Using ‘Go Generate’ To Deploy Multi-Process Apps

6
Comments
2 min read
5 Ways to Learn & Improve Your Programming Language Use

5 Ways to Learn & Improve Your Programming Language Use

77
Comments
5 min read
Want to write better code while learning and teaching? Pair up!

Want to write better code while learning and teaching? Pair up!

78
Comments
7 min read
A Few Rules of the Unix Philosophy

A Few Rules of the Unix Philosophy

7
Comments 2
2 min read
Await a setTimeout

Await a setTimeout

11
Comments 2
1 min read
Quirks in Javascript regular expressions

Quirks in Javascript regular expressions

5
Comments 1
2 min read
Leftmost Column with at Least a One. Facebook interview question. Thought process from brute force to binary search.

Leftmost Column with at Least a One. Facebook interview question. Thought process from brute force to binary search.

8
Comments 5
3 min read
Software engineer vs Programmer, which one are you?

Software engineer vs Programmer, which one are you?

3
Comments
2 min read
The economics and benefits of a low code, agile IT department

The economics and benefits of a low code, agile IT department

6
Comments 1
5 min read
Python Microservices, Part 1: Choices, Key Concepts, and Project setup

Python Microservices, Part 1: Choices, Key Concepts, and Project setup

12
Comments
1 min read
How we used JointJS in Voximplant Kit

How we used JointJS in Voximplant Kit

28
Comments 7
7 min read
Set environment variable in Windows and WSL Linux in terminal

Set environment variable in Windows and WSL Linux in terminal

12
Comments
4 min read
Should you learn C/C++?

Should you learn C/C++?

3
Comments 2
1 min read
Choose a Day and Work on What You Really Enjoy

Choose a Day and Work on What You Really Enjoy

8
Comments
5 min read
The Case For Expression Reduction

The Case For Expression Reduction

5
Comments
3 min read
Create Your Own Elegant Code Screenshots with Carbon

Create Your Own Elegant Code Screenshots with Carbon

126
Comments 17
1 min read
How to Complete a Programming Project From Scratch

How to Complete a Programming Project From Scratch

38
Comments
13 min read
Taking Pixel-Perfect Screenshots Every Time Using Chrome Devtools

Taking Pixel-Perfect Screenshots Every Time Using Chrome Devtools

64
Comments 5
2 min read
Search in a rotated sorted array, understanding how to apply binary search in weird conditions🤔 🤨

Search in a rotated sorted array, understanding how to apply binary search in weird conditions🤔 🤨

22
Comments 2
3 min read
JavaScript Quiz Question #1: Array Sort Comparison

JavaScript Quiz Question #1: Array Sort Comparison

35
Comments 20
1 min read
Double Dispatch in C++: Recover Original Type of the Object Pointed by Base Class Pointer

Double Dispatch in C++: Recover Original Type of the Object Pointed by Base Class Pointer

6
Comments
8 min read
#100DaysOfVanillaJS: What is JavaScript, Primitive Data Types & Let, Var and Const

#100DaysOfVanillaJS: What is JavaScript, Primitive Data Types & Let, Var and Const

305
Comments 26
7 min read
Speech Recognition with Python: Comparing 9 most prominent alternatives

Speech Recognition with Python: Comparing 9 most prominent alternatives

3
Comments
1 min read
Introdução à Linguagem de Programação Lua

Introdução à Linguagem de Programação Lua

15
Comments
17 min read
Designing a pragmatic coding interview. Part 1.

Designing a pragmatic coding interview. Part 1.

3
Comments
1 min read
loading...