DEV Community

# code

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Let's talk about emojis

Let's talk about emojis

62
Comments 9
6 min read
A Deeper Inspection Into Compilation And Interpretation

A Deeper Inspection Into Compilation And Interpretation

95
Comments 8
15 min read
7 Ranks of Coderhood: Coder, Programmer, Computer Scientist, Developer, Engineer, Architect

7 Ranks of Coderhood: Coder, Programmer, Computer Scientist, Developer, Engineer, Architect

193
Comments 46
16 min read
Using async await with jQuery’s $.ajax

Using async await with jQuery’s $.ajax

21
Comments 4
4 min read
Goodbye code. No more of you for a bit.

Goodbye code. No more of you for a bit.

15
Comments 1
2 min read
Do software engineers at the largest tech companies (i.e. Google, Facebook, Apple, etc.) use Github for version control?

Do software engineers at the largest tech companies (i.e. Google, Facebook, Apple, etc.) use Github for version control?

13
Comments 23
1 min read
Introduction to Google Code-In

Introduction to Google Code-In

12
Comments 2
2 min read
JavaScript’s cryptic ‘this’ – what, when and why

JavaScript’s cryptic ‘this’ – what, when and why

29
Comments 3
2 min read
TODO in code

TODO in code

23
Comments 21
1 min read
30 days of code challenge starts tomorrow!

30 days of code challenge starts tomorrow!

18
Comments 5
1 min read
MS Visual Studio Code - Guide To Git

MS Visual Studio Code - Guide To Git

29
Comments
2 min read
JavaScript Class Improvements

JavaScript Class Improvements

39
Comments 11
2 min read
Best way to copy an object in JavaScript?

Best way to copy an object in JavaScript?

27
Comments 21
1 min read
CodeCraft – Architecting Teams Notes and follow-up

CodeCraft – Architecting Teams Notes and follow-up

7
Comments
4 min read
CodeCraft – Architecting Teams

CodeCraft – Architecting Teams

6
Comments
1 min read
Hello

Hello

8
Comments 1
1 min read
Customize Your VS Code Icon

Customize Your VS Code Icon

37
Comments 16
2 min read
Reason got an Update

Reason got an Update

20
Comments 8
2 min read
Make Your Pseudocode Your Real Code

Make Your Pseudocode Your Real Code

55
Comments 5
4 min read
Turning off the syntax highlighter

Turning off the syntax highlighter

31
Comments 32
1 min read
Flask vs Django.... can I skip flask after the basics of python and use Django???

Flask vs Django.... can I skip flask after the basics of python and use Django???

3
Comments 1
1 min read
Prioritization for Perfectionists, or: How I Learned to Stop Worrying and Love the Non-Perfection

Prioritization for Perfectionists, or: How I Learned to Stop Worrying and Love the Non-Perfection

39
Comments 7
6 min read
16 Best Source Code Gems [Collection]

16 Best Source Code Gems [Collection]

105
Comments 13
3 min read
Lessons learned about Bus Factor (3/5): Write explicit code

Lessons learned about Bus Factor (3/5): Write explicit code

16
Comments
4 min read
Lessons learned about Bus Factor (4/5): Stay close to the domain

Lessons learned about Bus Factor (4/5): Stay close to the domain

14
Comments
6 min read
Web Designing, Web Developing, App Coding or whatever you call it.

Web Designing, Web Developing, App Coding or whatever you call it.

39
Comments 6
3 min read
Build Your First Application With Codeignter - 1

Build Your First Application With Codeignter - 1

5
Comments
1 min read
Scaffolding: Another Benefit of Clean Code

Scaffolding: Another Benefit of Clean Code

25
Comments 3
1 min read
Leaving Your Day Job and Becoming a Full-Time Blogger: 5 Valuable Lessons I Learned

Leaving Your Day Job and Becoming a Full-Time Blogger: 5 Valuable Lessons I Learned

5
Comments
8 min read
Making babies, emotions and code reviews

Making babies, emotions and code reviews

24
Comments 4
4 min read
12 Reasons To Avoid Individual Code Ownership

12 Reasons To Avoid Individual Code Ownership

61
Comments 14
8 min read
GitHub on the go?

GitHub on the go?

8
Comments 15
1 min read
Turn Your Static Website Into a Web App in Minutes With Remake, An Open Source Framework

Turn Your Static Website Into a Web App in Minutes With Remake, An Open Source Framework

8
Comments
3 min read
Vemto - Laravel Code Generator and Studio

Vemto - Laravel Code Generator and Studio

5
Comments 2
1 min read
Programs! Processes! Threads!

Programs! Processes! Threads!

24
Comments
4 min read
Counting Linearly With Counting Sort

Counting Linearly With Counting Sort

21
Comments 5
15 min read
20 great resources to help you learn to code

20 great resources to help you learn to code

14
Comments
7 min read
Inking and thinking in software project

Inking and thinking in software project

16
Comments
2 min read
How to sell the idea of ​​refactoring to the project manager?

How to sell the idea of ​​refactoring to the project manager?

12
Comments 1
3 min read
Casual Programming With Python & Music : Pascal's Triangle

Casual Programming With Python & Music : Pascal's Triangle

3
Comments
1 min read
Do you need a full test suite for new projects?

Do you need a full test suite for new projects?

3
Comments 1
4 min read
Giving and Receiving Great Code Reviews

Giving and Receiving Great Code Reviews

63
Comments 6
5 min read
Pivoting To Understand Quicksort [Part 2]

Pivoting To Understand Quicksort [Part 2]

18
Comments
14 min read
Creating Slanted Division in HTML and CSS

Creating Slanted Division in HTML and CSS

3
Comments
1 min read
JavaScript build tooling and the CLI

JavaScript build tooling and the CLI

5
Comments
2 min read
Coding = thinking in several dimensions

Coding = thinking in several dimensions

28
Comments 8
2 min read
Casual Programming With Python & Music : Multiple Two List Using List Comprehension

Casual Programming With Python & Music : Multiple Two List Using List Comprehension

3
Comments
1 min read
Git - 6 comandos que podem lhe ajudar

Git - 6 comandos que podem lhe ajudar

2
Comments
2 min read
Casual Programming With Python & Music : Determine Heads & Tails When A Coin Is Flipped 1000 Times

Casual Programming With Python & Music : Determine Heads & Tails When A Coin Is Flipped 1000 Times

3
Comments
1 min read
Unittest in Unity3d

Unittest in Unity3d

4
Comments
1 min read
Let's Go Shopping on Github, or 5 Tips to Pick the Right Software

Let's Go Shopping on Github, or 5 Tips to Pick the Right Software

4
Comments
3 min read
Sorting Out The Basics Behind Sorting Algorithms

Sorting Out The Basics Behind Sorting Algorithms

63
Comments 9
12 min read
The Demise of Reuse

The Demise of Reuse

13
Comments 14
2 min read
Who is afraid of the code review?

Who is afraid of the code review?

16
Comments
4 min read
Learn The Truth About Getting a Computer Science Degree In The Next 5 Minutes

Learn The Truth About Getting a Computer Science Degree In The Next 5 Minutes

6
Comments
5 min read
Set Theory: the Method To Database Madness

Set Theory: the Method To Database Madness

7
Comments 14
11 min read
Why a==1&&a==2&&a==3 is true in JS?

Why a==1&&a==2&&a==3 is true in JS?

9
Comments
3 min read
Some good Websites for Coding Challenges

Some good Websites for Coding Challenges

3
Comments
1 min read
Online resources for coding enthusiasts

Online resources for coding enthusiasts

6
Comments
1 min read
Importance of Writing Clean Code

Importance of Writing Clean Code

46
Comments 33
5 min read
loading...