DEV Community

Today I Learned 💡💡💡💡💡💡💡

Summarize a concept that is new to you.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Is there a future beyond writing great code?

Is there a future beyond writing great code?

13
Comments
2 min read
The headers you don't want & clean code tips you will want to know

The headers you don't want & clean code tips you will want to know

46
Comments
2 min read
Starting something new for 2020

Starting something new for 2020

4
Comments
2 min read
Learning from toddlers & should you program like Newton or Shakespeare?

Learning from toddlers & should you program like Newton or Shakespeare?

7
Comments
2 min read
What is Object-Oriented Programming

What is Object-Oriented Programming

21
Comments 2
3 min read
How to deal with "Impostor Syndrome" as a new Programmer

How to deal with "Impostor Syndrome" as a new Programmer

9
Comments
4 min read
Hard Thinking vs Soft Thinking

Hard Thinking vs Soft Thinking

4
Comments
1 min read
Staging best practices; better project estimates; & hidden powers of curl

Staging best practices; better project estimates; & hidden powers of curl

37
Comments
2 min read
TIL: String.raw

TIL: String.raw

59
Comments 2
2 min read
Getting the most out of your APIs

Getting the most out of your APIs

40
Comments
2 min read
What you must know about AWS auto-scaling

What you must know about AWS auto-scaling

50
Comments 2
2 min read
_why interviews DHH

_why interviews DHH

7
Comments
2 min read
About Go's simplicity; prefetching; & DBs for serverless

About Go's simplicity; prefetching; & DBs for serverless

39
Comments
2 min read
Rails 1.0 turns 14

Rails 1.0 turns 14

15
Comments 3
2 min read
On becoming a better developer

On becoming a better developer

53
Comments
2 min read
Two Yarn Commands That Saved My Life Today & You Should know

Two Yarn Commands That Saved My Life Today & You Should know

8
Comments
1 min read
Speed vs quality; lessons from functional languages; & advice for new devs

Speed vs quality; lessons from functional languages; & advice for new devs

12
Comments
2 min read
About refactoring, code quality & trends in software development

About refactoring, code quality & trends in software development

57
Comments 3
2 min read
Bad code, dogfooding and DevOps for software engineers

Bad code, dogfooding and DevOps for software engineers

42
Comments
2 min read
Seven New Languages to Learn in Seven Weeks

Seven New Languages to Learn in Seven Weeks

7
Comments
2 min read
Tips for container, DNS & database security

Tips for container, DNS & database security

37
Comments
2 min read
Why devs like GraphQL; common architecture do's; & Rust performance pitfalls

Why devs like GraphQL; common architecture do's; & Rust performance pitfalls

12
Comments
2 min read
About APIs; backend performance metrics; & learnings from continuous deployment

About APIs; backend performance metrics; & learnings from continuous deployment

45
Comments
2 min read
The programmer mindset; prototype vs production; & staging environment

The programmer mindset; prototype vs production; & staging environment

43
Comments
2 min read
Web Architecture Pattern:- Layered Pattern

Web Architecture Pattern:- Layered Pattern

53
Comments
2 min read
TIL #002: iFrame fact and the Pragmatic Programmer Book

TIL #002: iFrame fact and the Pragmatic Programmer Book

6
Comments
1 min read
About error handling in Go; logging best practices; & ATO attacks

About error handling in Go; logging best practices; & ATO attacks

39
Comments
2 min read
SQL, NoSQL and modern data practices

SQL, NoSQL and modern data practices

53
Comments
2 min read
TIL #001: Svelte does not use Virtual DOM and the Bus Factor

TIL #001: Svelte does not use Virtual DOM and the Bus Factor

3
Comments 4
1 min read
Why Go succeeded; Java's naming conventions; & Python optimization tips

Why Go succeeded; Java's naming conventions; & Python optimization tips

33
Comments
2 min read
Good readings this week from dev to devs

Good readings this week from dev to devs

6
Comments
2 min read
About trunk-based development; Mixpanel's move from Erlang to Python; & Kubernetes

About trunk-based development; Mixpanel's move from Erlang to Python; & Kubernetes

8
Comments 1
2 min read
TIL: docker commit

TIL: docker commit

8
Comments
1 min read
When and Why Java is Suitable for Application

When and Why Java is Suitable for Application

4
Comments
9 min read
Simple tricks that can speed up your development cycle

Simple tricks that can speed up your development cycle

10
Comments
1 min read
How to force Rust compiler to use several x86 instructions (popcount, etc)

How to force Rust compiler to use several x86 instructions (popcount, etc)

7
Comments
2 min read
Mob Learning and Testing

Mob Learning and Testing

4
Comments
1 min read
About successful software careers; methods; & making code faster

About successful software careers; methods; & making code faster

12
Comments
2 min read
WEB COMPONENTS VS. FRAMEWORKS: A Podcast 02:50

WEB COMPONENTS VS. FRAMEWORKS: A Podcast

17
Comments 1
2 min read
How to minimize security concerns in your applications

How to minimize security concerns in your applications

35
Comments 5
2 min read
How to manage project timelines; APIs; & caching effectively

How to manage project timelines; APIs; & caching effectively

12
Comments
2 min read
Tips for continuous integration, deployment & delivery

Tips for continuous integration, deployment & delivery

45
Comments
2 min read
Testing GraphQL Schema Without Data

Testing GraphQL Schema Without Data

5
Comments
2 min read
TIL: Lesser-Known NPM Aliases

TIL: Lesser-Known NPM Aliases

6
Comments
1 min read
Why to choose boring technology; monolith over microservices; & powers of Postgres

Why to choose boring technology; monolith over microservices; & powers of Postgres

45
Comments
3 min read
Lessons from Google's engineering teams, tricky bugs & Ruby refactoring

Lessons from Google's engineering teams, tricky bugs & Ruby refactoring

16
Comments
2 min read
HOW TO: Scaling up systems & teams

HOW TO: Scaling up systems & teams

4
Comments
1 min read
Common Go mistakes; making CD work; & zero-trust architecture

Common Go mistakes; making CD work; & zero-trust architecture

21
Comments
2 min read
Git security mistakes; addressing tech debt; & writing fast code in Ruby on Rails

Git security mistakes; addressing tech debt; & writing fast code in Ruby on Rails

46
Comments 3
2 min read
Failure of agile; tips for incident postmortems; & thoughts on issue tracking

Failure of agile; tips for incident postmortems; & thoughts on issue tracking

8
Comments
2 min read
The Amazon way; why making software is hard; & tricks our brain plays

The Amazon way; why making software is hard; & tricks our brain plays

51
Comments
2 min read
Debugging philosophy; goals of testing; & mistakes junior devs make

Debugging philosophy; goals of testing; & mistakes junior devs make

35
Comments 2
2 min read
What surprises new devs; spec-first API development; & scaling data pipelines

What surprises new devs; spec-first API development; & scaling data pipelines

16
Comments 3
2 min read
Kubernetes myths; app security 101; & change management in teams

Kubernetes myths; app security 101; & change management in teams

34
Comments
2 min read
About WebPerf Metrics; Chaos engineering traps; & Lambdas

About WebPerf Metrics; Chaos engineering traps; & Lambdas

9
Comments 1
2 min read
How to effectively make tech choices, debug & start with CI/CD

How to effectively make tech choices, debug & start with CI/CD

38
Comments
2 min read
Did you know you can create an accordion without JS or CSS?

Did you know you can create an accordion without JS or CSS?

6
Comments
1 min read
My first ever completed blog post

My first ever completed blog post

3
Comments
1 min read
Learning Node/Express on the fly

Learning Node/Express on the fly

11
Comments
1 min read
Wielding replace with all its power

Wielding replace with all its power

12
Comments
4 min read
loading...