DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Hello World! I'm Switching!

Hello World! I'm Switching!

5
Comments
5 min read
Elixirメタプログラミング 01: 内部表現 ー quote/2とunquote/1

Elixirメタプログラミング 01: 内部表現 ー quote/2とunquote/1

7
Comments
2 min read
What was the first thing you did with a programming language that made you happy?

What was the first thing you did with a programming language that made you happy?

10
Comments 12
1 min read
Not every function needs a name

Not every function needs a name

38
Comments 6
4 min read
Top 10 Programming Memes (pemes)

Top 10 Programming Memes (pemes)

106
Comments 8
2 min read
Boolean - The Good, The Bad and there is no place for the Ugly

Boolean - The Good, The Bad and there is no place for the Ugly

72
Comments 11
3 min read
How I Structure My Flask Apps

How I Structure My Flask Apps

323
Comments 17
3 min read
Advent Of Code – Doesn’t He Have Intern-Elves For This ? – Puzzle 5

Advent Of Code – Doesn’t He Have Intern-Elves For This ? – Puzzle 5

8
Comments
5 min read
How to inspire the next generation of developers

How to inspire the next generation of developers

45
Comments 2
3 min read
Are you vulnerable to a SQL injection attack? Exploiting with Sqlmap

Are you vulnerable to a SQL injection attack? Exploiting with Sqlmap

34
Comments
4 min read
Development Tips for Software Peeps

Development Tips for Software Peeps

4
Comments
2 min read
Writing Your First PAM Module

Writing Your First PAM Module

6
Comments
7 min read
AWS Lambda: how to share code between functions in a monorepo

AWS Lambda: how to share code between functions in a monorepo

19
Comments 2
1 min read
Why Do You Write Code?

Why Do You Write Code?

13
Comments 6
2 min read
Don’t say negative things in an interview

Don’t say negative things in an interview

89
Comments 18
4 min read
The Pragmatic Programmer 20th Anniversary Edition Series

The Pragmatic Programmer 20th Anniversary Edition Series

10
Comments
2 min read
Progressive coding and bug repression

Progressive coding and bug repression

5
Comments
4 min read
Code Smell: No AND in Function name

Code Smell: No AND in Function name

102
Comments 16
4 min read
An Introspective Insight on Learning and Gaining Experience in a Programming Language

An Introspective Insight on Learning and Gaining Experience in a Programming Language

20
Comments
3 min read
Be Kind to Your Log File (And Those Reading It)

Be Kind to Your Log File (And Those Reading It)

41
Comments
7 min read
How do you document code?

How do you document code?

4
Comments 6
1 min read
3 Coding Stages: Writing. Avoiding. Deleting.

3 Coding Stages: Writing. Avoiding. Deleting.

67
Comments 3
4 min read
What is this "problem-solving", and how do you do it?

What is this "problem-solving", and how do you do it?

7
Comments
1 min read
What is managed open source?

What is managed open source?

10
Comments
3 min read
Develop a Django + Celery app in Kubernetes

Develop a Django + Celery app in Kubernetes

10
Comments
6 min read
Docker Swarm cloud on a ARM64 DIY SBC cluster running a Smalltalk webapp

Docker Swarm cloud on a ARM64 DIY SBC cluster running a Smalltalk webapp

5
Comments
4 min read
The parable of the turkey: or, The way things have always been done

The parable of the turkey: or, The way things have always been done

11
Comments 1
3 min read
Release of GraphQL: The Documentary w/ Lee Byron, Dan Schafer & Nick Schrock

Release of GraphQL: The Documentary w/ Lee Byron, Dan Schafer & Nick Schrock

7
Comments
1 min read
Manual error handling

Manual error handling

4
Comments
1 min read
Are CSS and HTML programming languages?

Are CSS and HTML programming languages?

77
Comments 105
1 min read
What programming best practice do you disagree with?

What programming best practice do you disagree with?

81
Comments 138
2 min read
Share your favorite reads!

Share your favorite reads!

6
Comments 2
2 min read
Advice to a newbie wanting to learn to code

Advice to a newbie wanting to learn to code

4
Comments 3
1 min read
Kotlin Collections and how it compares with Java Collections API

Kotlin Collections and how it compares with Java Collections API

8
Comments
4 min read
Mini-Program, FTW?

Mini-Program, FTW?

7
Comments
1 min read
Dot notation vs Bracket notation

Dot notation vs Bracket notation

106
Comments 15
4 min read
20+ Core Java Interview Questions for experienced Professionals from Investment Banks

20+ Core Java Interview Questions for experienced Professionals from Investment Banks

154
Comments 14
19 min read
Pushing Left, Like a Boss — Part 5.5 — File Uploads

Pushing Left, Like a Boss — Part 5.5 — File Uploads

14
Comments
2 min read
20 Books to Learn Java and Related Technologies

20 Books to Learn Java and Related Technologies

160
Comments 16
13 min read
Life snippets from someone else's blog

Life snippets from someone else's blog

6
Comments
5 min read
API Driven Development in Kurio: Speeding Up the Development Process with Open API 3

API Driven Development in Kurio: Speeding Up the Development Process with Open API 3

7
Comments
8 min read
11 Best Frameworks Programmers Can Learn in 2024 for Web Development and App Development

11 Best Frameworks Programmers Can Learn in 2024 for Web Development and App Development

152
Comments 27
14 min read
Nested lists and continued paragraph support in MDL

Nested lists and continued paragraph support in MDL

7
Comments
3 min read
Never work as a software engineer in a Startup!

Never work as a software engineer in a Startup!

258
Comments 37
4 min read
How to Produce Readable Code

How to Produce Readable Code

82
Comments 6
5 min read
3 resources for the student developer

3 resources for the student developer

9
Comments
2 min read
Write Code That Writes Code

Write Code That Writes Code

196
Comments 17
3 min read
Top 5 Online Courses to Learn SQL and Database for Beginners - Best of Lot

Top 5 Online Courses to Learn SQL and Database for Beginners - Best of Lot

165
Comments 5
10 min read
Setting up Vim, Tmux, iTerm and Oh-my-Zsh. A better workflow

Setting up Vim, Tmux, iTerm and Oh-my-Zsh. A better workflow

35
Comments 2
3 min read
Getting started with software engineering

Getting started with software engineering

10
Comments
3 min read
The Three Little Creational Patterns - A Design Patterns Intro

The Three Little Creational Patterns - A Design Patterns Intro

847
Comments 20
7 min read
Drawing Image on Github Contribution Graph

Drawing Image on Github Contribution Graph

8
Comments 1
5 min read
How do you teach programming to your kids?

How do you teach programming to your kids?

11
Comments 3
1 min read
Goldilocks and the Three Behavioral Patterns - A Design Patterns Intro

Goldilocks and the Three Behavioral Patterns - A Design Patterns Intro

143
Comments 6
13 min read
Getting Closure(s)

Getting Closure(s)

6
Comments
5 min read
Advent Of Code – Perfectly Spherical Houses in a Vacuum – Puzzle 3

Advent Of Code – Perfectly Spherical Houses in a Vacuum – Puzzle 3

4
Comments
4 min read
🧠 Learn! 5 Github Repos With Great Free & Open Source Resources

🧠 Learn! 5 Github Repos With Great Free & Open Source Resources

642
Comments 11
1 min read
10 Data Structure and Algorithms Articles Beginners Should Read this Weekend

10 Data Structure and Algorithms Articles Beginners Should Read this Weekend

484
Comments 16
7 min read
10 Articles Web Developers Should Read this Weekend

10 Articles Web Developers Should Read this Weekend

191
Comments 1
6 min read
Let's Talk About Garbage

Let's Talk About Garbage

6
Comments
4 min read
loading...