Forem

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why I use Vim

Why I use Vim

87
Comments 15
8 min read
JSByte: How to check falsy values with null or undefined in JavaScript

JSByte: How to check falsy values with null or undefined in JavaScript

7
Comments 2
1 min read
How to Use Generator and yield in JavaScript

How to Use Generator and yield in JavaScript

9
Comments
6 min read
My VSCode / C++ / OpenCV / MacOS Config!

My VSCode / C++ / OpenCV / MacOS Config!

10
Comments 1
2 min read
You don't really need Apollo

You don't really need Apollo

55
Comments 11
5 min read
Is live coding fun?

Is live coding fun?

39
Comments 16
1 min read
How to run your first React Native App on macOS for Android devices

How to run your first React Native App on macOS for Android devices

13
Comments 3
3 min read
My crappy Thoughts about Programming

My crappy Thoughts about Programming

5
Comments
1 min read
"Speed" in Async Web Frameworks

"Speed" in Async Web Frameworks

7
Comments
6 min read
Building A Solid Frontend Application Stack That Works For You

Building A Solid Frontend Application Stack That Works For You

14
Comments
7 min read
Finally built a vscode extension

Finally built a vscode extension

7
Comments 1
1 min read
DAY 5: LOOPS

DAY 5: LOOPS

5
Comments
1 min read
Variadic Template C++: Implementing Unsophisticated Tuple

Variadic Template C++: Implementing Unsophisticated Tuple

5
Comments 1
8 min read
Having a Youtube Channel!

Having a Youtube Channel!

2
Comments
1 min read
Why Elixir is the Programming Language You Should Learn in 2020

Why Elixir is the Programming Language You Should Learn in 2020

31
Comments 1
5 min read
Introduction to 8 Essential Data Structures

Introduction to 8 Essential Data Structures

6
Comments
9 min read
The Endless Chase for Creativity

The Endless Chase for Creativity

3
Comments 2
5 min read
Using NULL Conditional and Coalescing Operators in C#

Using NULL Conditional and Coalescing Operators in C#

11
Comments 1
2 min read
Simple IntelliJ plugin example to help me bookmark code

Simple IntelliJ plugin example to help me bookmark code

9
Comments
9 min read
Vuetensils 0.7: Dates, Tooltips, Skip links, and more.

Vuetensils 0.7: Dates, Tooltips, Skip links, and more.

2
Comments 1
5 min read
Hexagonal Architecture Demystified

Hexagonal Architecture Demystified

22
Comments
7 min read
Recursion Illustrated with PseudoCode and Code

Recursion Illustrated with PseudoCode and Code

9
Comments
2 min read
C++ Template Story So Far(C++11 to C++20)

C++ Template Story So Far(C++11 to C++20)

11
Comments
25 min read
My First Impression of Julia

My First Impression of Julia

16
Comments
5 min read
Become an Elm warrior

Become an Elm warrior

33
Comments
3 min read
Online Tools I Recommend to Every Web Developer

Online Tools I Recommend to Every Web Developer

5
Comments
4 min read
Is programming art?

Is programming art?

27
Comments 13
5 min read
Deno - Send Email Using SMTP

Deno - Send Email Using SMTP

16
Comments
1 min read
Learn the JavaScript Array.every() and Array.some() Methods

Learn the JavaScript Array.every() and Array.some() Methods

69
Comments 2
2 min read
When Should You Accept a Low-Paying Project?

When Should You Accept a Low-Paying Project?

27
Comments
5 min read
Get and Store Temperature from a Raspberry Pi with Go

Get and Store Temperature from a Raspberry Pi with Go

50
Comments 4
10 min read
Why Learning First Programming Language is Extremely Hard

Why Learning First Programming Language is Extremely Hard

9
Comments 6
6 min read
Don't write your own framework

Don't write your own framework

1
Comments
2 min read
Micro - A cloud native development platform

Micro - A cloud native development platform

5
Comments
2 min read
Introduction to Kotlin (Part 3): classes, properties, objects, and interfaces

Introduction to Kotlin (Part 3): classes, properties, objects, and interfaces

7
Comments
4 min read
Is Programming Actually Hard?

Is Programming Actually Hard?

66
Comments 31
5 min read
Day 2: Operators

Day 2: Operators

6
Comments
1 min read
What Makes Good Code Good

What Makes Good Code Good

5
Comments
7 min read
Basic Setup for Deno!

Basic Setup for Deno!

6
Comments
1 min read
ActionText, bringing rich text content management to Rails Core

ActionText, bringing rich text content management to Rails Core

24
Comments 5
3 min read
Contribute to the Chingu Resource List

Contribute to the Chingu Resource List

5
Comments
1 min read
DeleteNonio - Extension for Portuguese news websites

DeleteNonio - Extension for Portuguese news websites

4
Comments
1 min read
Rewriting latest commit with git amend

Rewriting latest commit with git amend

5
Comments
4 min read
Who is a back-end programmer and how to become one?

Who is a back-end programmer and how to become one?

65
Comments 7
9 min read
steps to learn a programming in a best way

steps to learn a programming in a best way

4
Comments
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
FP(06): Recursive Function ฟังก์ชันเวียนเกิด, เขียนลูปไม่ได้ทำยังไง? มาเขียนฟังก์ชันเรียกตัวเองแทนกันเถอะ!

FP(06): Recursive Function ฟังก์ชันเวียนเกิด, เขียนลูปไม่ได้ทำยังไง? มาเขียนฟังก์ชันเรียกตัวเองแทนกันเถอะ!

6
Comments
2 min read
Basic Programming Terminology

Basic Programming Terminology

8
Comments
2 min read
What keeps you motivated ??

What keeps you motivated ??

20
Comments 6
1 min read
Async in Dart (5) รู้จักกับ FutureBuilder/StreamBuilder, ตัวช่วยสร้าง Async-Widget ใน Futter

Async in Dart (5) รู้จักกับ FutureBuilder/StreamBuilder, ตัวช่วยสร้าง Async-Widget ใน Futter

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

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

6
Comments
2 min read
3 things I've learned about Swift in the last week.

3 things I've learned about Swift in the last week.

6
Comments
3 min read
Building a Programming Language Recommendation Tool

Building a Programming Language Recommendation Tool

11
Comments
2 min read
5 JavaScript Questions and Answers to Test Your Skills

5 JavaScript Questions and Answers to Test Your Skills

6
Comments
4 min read
Make Your Code Great, Python Style

Make Your Code Great, Python Style

5
Comments
8 min read
Web Whatsapp Native dark Mode

Web Whatsapp Native dark Mode

7
Comments
1 min read
The best programs put users at the wheel.

The best programs put users at the wheel.

4
Comments
3 min read
Is -2 < -1 < 0 true or false?

Is -2 < -1 < 0 true or false?

5
Comments
6 min read
A Complete Introduction to Node Buffers

A Complete Introduction to Node Buffers

54
Comments 1
7 min read
loading...