DEV Community

Learning

“I have no special talent. I am only passionately curious.” - Albert Einstein

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Learning Golang (some rough notes) - S01E02 - Slices

Learning Golang (some rough notes) - S01E02 - Slices

4
Comments
8 min read
TIL that it's not easy doing transcripts

TIL that it's not easy doing transcripts

2
Comments
4 min read
A Rabbit Hole of Decimal Formatting

A Rabbit Hole of Decimal Formatting

2
Comments
3 min read
Dots, Strings and JavaScript pt. 1

Dots, Strings and JavaScript pt. 1

16
Comments
3 min read
Kyle Shevlin from pastor to programmer... and other things I learned recording his DevJourney

Kyle Shevlin from pastor to programmer... and other things I learned recording his DevJourney

6
Comments
3 min read
Integration of Stripe Connect into your project

Integration of Stripe Connect into your project

4
Comments 1
5 min read
Tips to improve your web development skills more efficiently

Tips to improve your web development skills more efficiently

3
Comments
5 min read
Remote Career Summit 2020 (June 25th)

Remote Career Summit 2020 (June 25th)

5
Comments
5 min read
20 Best Youtube Channels For Code Newbies (and beyond)

20 Best Youtube Channels For Code Newbies (and beyond)

61
Comments 1
7 min read
How to be productive as a programmer with ADHD

How to be productive as a programmer with ADHD

79
Comments 5
6 min read
Python: What is an f-string?

Python: What is an f-string?

43
Comments 12
1 min read
A journey to System Design

A journey to System Design

8
Comments
2 min read
From HS dropout to Software Engineer

From HS dropout to Software Engineer

25
Comments 7
3 min read
How I avoid the side project frustration

How I avoid the side project frustration

61
Comments 7
5 min read
The Key to Effective Learning is "Constructive Stupidity"

The Key to Effective Learning is "Constructive Stupidity"

17
Comments 2
7 min read
Starting from the Problem not the Solution

Starting from the Problem not the Solution

9
Comments 2
3 min read
🐍 Practice Python Online

🐍 Practice Python Online

32
Comments
3 min read
Solving Algorithm Challenges in Haskell: Anagrams

Solving Algorithm Challenges in Haskell: Anagrams

12
Comments 6
5 min read
My Python Journey So Far

My Python Journey So Far

44
Comments 19
2 min read
Stop Worrying About What to Learn Next as a Developer

Stop Worrying About What to Learn Next as a Developer

12
Comments 2
3 min read
Real World Learning

Real World Learning

9
Comments
2 min read
Benchmarking JavaScript Loops and Methods (Part 2)

Benchmarking JavaScript Loops and Methods (Part 2)

5
Comments
6 min read
Python: What is a Lambda Function?

Python: What is a Lambda Function?

38
Comments 1
1 min read
How to Utilize Enum.any?, with a Refactoring Twist!

How to Utilize Enum.any?, with a Refactoring Twist!

6
Comments 3
3 min read
What’s the purpose of “checking out” a file in TFVC (Visual Studio)?

What’s the purpose of “checking out” a file in TFVC (Visual Studio)?

2
Comments 1
1 min read
Sara Vieira is opinionated per design... and other things I learned recording her DevJourney

Sara Vieira is opinionated per design... and other things I learned recording her DevJourney

2
Comments
2 min read
Fun in upgrading the machine

Fun in upgrading the machine

2
Comments
1 min read
Top Five "Forever" Books for Coders

Top Five "Forever" Books for Coders

11
Comments
6 min read
My Custom Developer Roadmap as a Junior Software Engineer on 2020

My Custom Developer Roadmap as a Junior Software Engineer on 2020

9
Comments
2 min read
Benchmarking JavaScript Loops and Methods (Part 1)

Benchmarking JavaScript Loops and Methods (Part 1)

8
Comments
7 min read
Hexagonal Architecture Demystified

Hexagonal Architecture Demystified

22
Comments
7 min read
How to wrap your head around a new codebase

How to wrap your head around a new codebase

25
Comments 2
3 min read
Yelpcamp - My first fullstack project

Yelpcamp - My first fullstack project

7
Comments
2 min read
Scala Learning Resources

Scala Learning Resources

Comments
2 min read
Running a learn together coding group remotely

Running a learn together coding group remotely

4
Comments
13 min read
Refactoring your blog urls

Refactoring your blog urls

6
Comments
2 min read
Measuring Disagreement with Standard Deviation

Measuring Disagreement with Standard Deviation

5
Comments
4 min read
Basics of TypeScript

Basics of TypeScript

6
Comments
1 min read
Effective Learning and Feedback Loops

Effective Learning and Feedback Loops

28
Comments 2
6 min read
What did you learn this week on Dev.to?

What did you learn this week on Dev.to?

8
Comments 17
1 min read
C++ Developer Learning Rust!

C++ Developer Learning Rust!

9
Comments 8
4 min read
Essential Books That Every Programmer Should Read—Lists by Andy Hunt, Eric Freeman, and Cory Althoff

Essential Books That Every Programmer Should Read—Lists by Andy Hunt, Eric Freeman, and Cory Althoff

9
Comments 2
8 min read
Detect Faces in Video using OpenCV

Detect Faces in Video using OpenCV

6
Comments
1 min read
Refactoring My Learning

Refactoring My Learning

2
Comments
6 min read
Jason Lengstorf successfully bet on himself for his career... and other things I learned recording his DevJourney

Jason Lengstorf successfully bet on himself for his career... and other things I learned recording his DevJourney

4
Comments
2 min read
Dependency Injection กับ Service Locator ต่างกันยังไงนะ?

Dependency Injection กับ Service Locator ต่างกันยังไงนะ?

6
Comments
2 min read
A Simple server with Deno

A Simple server with Deno

5
Comments
1 min read
Getting a 73% increase in clicks from Google results

Getting a 73% increase in clicks from Google results

3
Comments
2 min read
Simultaneously Looping Over Two Collections in Elixir

Simultaneously Looping Over Two Collections in Elixir

3
Comments 2
2 min read
How to Add `v-model` Support to Custom Vue.js Component

How to Add `v-model` Support to Custom Vue.js Component

3
Comments
1 min read
Introducing Apache Beam Katas for Kotlin

Introducing Apache Beam Katas for Kotlin

21
Comments 1
3 min read
Unifiedcamp - A Pathway For Easier and Better Learning Experience

Unifiedcamp - A Pathway For Easier and Better Learning Experience

6
Comments 2
4 min read
What Makes a Good Developer?

What Makes a Good Developer?

8
Comments 2
3 min read
Asking Why to Uncover Assumptions

Asking Why to Uncover Assumptions

4
Comments
2 min read
Using Property Decorators in Typescript with a real example

Using Property Decorators in Typescript with a real example

86
Comments 13
3 min read
Carolyn Stransky learning her way from journalist to developer and back... and other things I learned recording her DevJourney

Carolyn Stransky learning her way from journalist to developer and back... and other things I learned recording her DevJourney

2
Comments
2 min read
Improving Your Commit Message with the 50/72 Rule

Improving Your Commit Message with the 50/72 Rule

15
Comments
3 min read
Learn Modern React in 2020

Learn Modern React in 2020

206
Comments
5 min read
Three months into my new job: an honest review of Le Wagon bootcamp

Three months into my new job: an honest review of Le Wagon bootcamp

34
Comments 17
19 min read
Lessons from #TheLastDance... applied on Tech

Lessons from #TheLastDance... applied on Tech

14
Comments 6
5 min read
loading...