DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What I've Learned Being a Self-Taught Developer

What I've Learned Being a Self-Taught Developer

38
Comments 8
5 min read
🌧️ devSwag #6 — #Swagtoberfest is in Full Swing

🌧️ devSwag #6 — #Swagtoberfest is in Full Swing

31
Comments
2 min read
Elixir入門 06: バイナリと文字列および文字リスト

Elixir入門 06: バイナリと文字列および文字リスト

11
Comments
3 min read
Why developers prefer Kotlin. The key Kotlin features & updates

Why developers prefer Kotlin. The key Kotlin features & updates

7
Comments
3 min read
Ouch! Oh no, I recursion'd myself!

Ouch! Oh no, I recursion'd myself!

9
Comments
2 min read
Ecto 3.0: パフォーマンスと新バージョンへの移行など

Ecto 3.0: パフォーマンスと新バージョンへの移行など

8
Comments
2 min read
Motivation to learn computer programming

Motivation to learn computer programming

14
Comments
4 min read
How to Learn a New Programming Language or Framework

How to Learn a New Programming Language or Framework

131
Comments 9
3 min read
How banks handle our balance, technically?

How banks handle our balance, technically?

54
Comments 9
1 min read
What represents the past, present, and future

What represents the past, present, and future

9
Comments
1 min read
Career Lessons Learned From Internship

Career Lessons Learned From Internship

7
Comments
1 min read
Falling in and out of love with Code

Falling in and out of love with Code

16
Comments
6 min read
Hard Work — How I Become a Software Engineer

Hard Work — How I Become a Software Engineer

24
Comments 2
6 min read
Code Review Checklist (Brain Backup/Export)

Code Review Checklist (Brain Backup/Export)

35
Comments 3
2 min read
Alright, Break It Up! Using Partition/ Chunk

Alright, Break It Up! Using Partition/ Chunk

46
Comments 3
6 min read
Explain XKCD To Me

Explain XKCD To Me

75
Comments 19
2 min read
Using a GitHub organization to organize blog posts — also accidentally hacking Hacktoberfest!

Using a GitHub organization to organize blog posts — also accidentally hacking Hacktoberfest!

15
Comments 3
2 min read
Hot Code Reloading in Elixir

Hot Code Reloading in Elixir

49
Comments 7
8 min read
Requirements as code v1.0.0 published

Requirements as code v1.0.0 published

15
Comments 2
1 min read
Clean code and why I'm behind!

Clean code and why I'm behind!

10
Comments 2
2 min read
Getting to know some pragmatic programming language features

Getting to know some pragmatic programming language features

19
Comments
6 min read
How To Stay Motivated When Learning to Code?

How To Stay Motivated When Learning to Code?

9
Comments 9
1 min read
The easiest problem you cannot solve.

The easiest problem you cannot solve.

67
Comments 43
1 min read
Which language would you want to see take over the world?

Which language would you want to see take over the world?

33
Comments 53
1 min read
Developing Style: Big O, Sorting

Developing Style: Big O, Sorting

10
Comments
19 min read
Elixir: @impl属性を活用しよう

Elixir: @impl属性を活用しよう

15
Comments
1 min read
Elixir入門 05: 条件 - case/cond/if

Elixir入門 05: 条件 - case/cond/if

7
Comments
3 min read
How to Leverage the Command Pattern for Better Decoupling

How to Leverage the Command Pattern for Better Decoupling

22
Comments 3
5 min read
Vim: How to use Multiple Clipboards to do Copy and Paste on Steroids

Vim: How to use Multiple Clipboards to do Copy and Paste on Steroids

6
Comments
6 min read
Building a Graph in SQL Land

Building a Graph in SQL Land

88
Comments 12
7 min read
Getting started with Competitive Programming - Build your algorithm skills

Getting started with Competitive Programming - Build your algorithm skills

180
Comments 16
3 min read
How to do a minimum viable feature switch, includes a simple code example

How to do a minimum viable feature switch, includes a simple code example

9
Comments
3 min read
Why you should do Competitive Programming, even if a little

Why you should do Competitive Programming, even if a little

147
Comments 18
2 min read
ActiveRecord vs. Ecto Part Two

ActiveRecord vs. Ecto Part Two

54
Comments 2
14 min read
setTimeout is a callback-style function. What would happen if we change that?

setTimeout is a callback-style function. What would happen if we change that?

58
Comments 4
6 min read
Reactive Programming in JavaScript with RxJS.

Reactive Programming in JavaScript with RxJS.

285
Comments 18
8 min read
Why use Kotlin for Android development? Kotlin benefits, features, versions

Why use Kotlin for Android development? Kotlin benefits, features, versions

138
Comments 12
4 min read
How to build a custom date picker with React

How to build a custom date picker with React

7
Comments 3
19 min read
How to fall in love with coding?

How to fall in love with coding?

10
Comments
3 min read
Elixir入門 04: パターンマッチング

Elixir入門 04: パターンマッチング

13
Comments
3 min read
Imposter Syndrome: Feels, Not Reals

Imposter Syndrome: Feels, Not Reals

13
Comments 1
3 min read
Lambda requirements

Lambda requirements

50
Comments 3
3 min read
What is a DLL in Web Development?

What is a DLL in Web Development?

75
Comments 16
2 min read
How to interface a nunchuck with a Raspberry Pi

How to interface a nunchuck with a Raspberry Pi

11
Comments
1 min read
10 practices for writing readable code

10 practices for writing readable code

444
Comments 45
5 min read
Why async code is so damn confusing (and a how to make it easy)

Why async code is so damn confusing (and a how to make it easy)

208
Comments 23
6 min read
How to Improve Your Debugging Skills

How to Improve Your Debugging Skills

134
Comments 1
4 min read
The Magic of Class-level Instance Variables

The Magic of Class-level Instance Variables

17
Comments
6 min read
Move Fast and Break Things - How it works

Move Fast and Break Things - How it works

16
Comments 3
2 min read
Keeping yourself motivated as a coder

Keeping yourself motivated as a coder

53
Comments 2
4 min read
It’s all about the abstractions baby

It’s all about the abstractions baby

88
Comments 17
5 min read
Reads of the week

Reads of the week

10
Comments 3
1 min read
Stop returning Null!

Stop returning Null!

8
Comments 2
2 min read
Elixir入門の連載を開始(Elixir入門もくじ)

Elixir入門の連載を開始(Elixir入門もくじ)

17
Comments
2 min read
Autonomy

Autonomy

16
Comments 2
1 min read
Node.js vs PHP

Node.js vs PHP

103
Comments 22
5 min read
ActiveRecord vs. Ecto - Part One

ActiveRecord vs. Ecto - Part One

45
Comments 1
8 min read
Introduction to Monitoring and Logging: How to Know When Things Go Wrong

Introduction to Monitoring and Logging: How to Know When Things Go Wrong

78
Comments
9 min read
Elixir入門 01: コードを書いて試してみる

Elixir入門 01: コードを書いて試してみる

18
Comments
2 min read
ソーシャルゲーム開発経験から学んだゲームにRedisを使う際のTips

ソーシャルゲーム開発経験から学んだゲームにRedisを使う際のTips

12
Comments 1
1 min read
loading...