DEV Community

Beginners

"A journey of a thousand miles begins with a single step." -Chinese Proverb

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Enabling Sound in Pharo Smalltalk

Enabling Sound in Pharo Smalltalk

12
Comments 1
2 min read
WAI-ARIA and WCAG 2.0

WAI-ARIA and WCAG 2.0

14
Comments 3
8 min read
A really really basic intro to Kotlin's functions

A really really basic intro to Kotlin's functions

12
Comments
3 min read
Introduction

Introduction

35
Comments 2
5 min read
MongoDB-A Less Goofy Way to Push

MongoDB-A Less Goofy Way to Push

10
Comments
1 min read
if-then, a statement in Java; but an expression in Kotlin

if-then, a statement in Java; but an expression in Kotlin

13
Comments 2
1 min read
Reified generics in Kotlin

Reified generics in Kotlin

35
Comments 9
4 min read
Kotlin - Extension Functions

Kotlin - Extension Functions

5
Comments
3 min read
JavaScript Generators

JavaScript Generators

11
Comments 2
11 min read
This Week #1: The Big-O no

This Week #1: The Big-O no

8
Comments 2
3 min read
Teaching the "right" mindset to junior devs in a team

Teaching the "right" mindset to junior devs in a team

81
Comments 2
2 min read
Creating Ransack params without search_form_for

Creating Ransack params without search_form_for

20
Comments
2 min read
How does one create MS Office documents programmatically?

How does one create MS Office documents programmatically?

31
Comments 7
1 min read
Kotlin's when is switch, on steroids

Kotlin's when is switch, on steroids

6
Comments
3 min read
Android Jank

Android Jank

10
Comments
3 min read
Three dots ( … ) in JavaScript

Three dots ( … ) in JavaScript

390
Comments 32
2 min read
You Too Can Animate: SVG Line Animation

You Too Can Animate: SVG Line Animation

144
Comments 8
9 min read
Computer science

Computer science

30
Comments 10
1 min read
#to_s or #to_str? Explicitly casting vs. implicitly coercing types in Ruby

#to_s or #to_str? Explicitly casting vs. implicitly coercing types in Ruby

45
Comments 3
6 min read
Writing a pre-commit git hook for Go files.

Writing a pre-commit git hook for Go files.

11
Comments
1 min read
Why Your Best Work is Hardest to Finish

Why Your Best Work is Hardest to Finish

143
Comments 16
3 min read
Learning How to Learn

Learning How to Learn

17
Comments
4 min read
The definition of APIs

The definition of APIs

72
Comments 1
4 min read
How to start contributing to open source as a junior or newbie?

How to start contributing to open source as a junior or newbie?

26
Comments 18
1 min read
ESLint seems useless to me. Should I use it?

ESLint seems useless to me. Should I use it?

52
Comments 12
3 min read
Learn ES6 without leaving Dev.to

Learn ES6 without leaving Dev.to

708
Comments 29
3 min read
How Do Objects Work In JavaScript?

How Do Objects Work In JavaScript?

17
Comments 4
2 min read
Tips for Your First Tech Talk

Tips for Your First Tech Talk

22
Comments
5 min read
A key dependency I was using was deprecated, what did I learn?

A key dependency I was using was deprecated, what did I learn?

9
Comments
3 min read
What To Do When You Don't Know What To Do

What To Do When You Don't Know What To Do

55
Comments 2
3 min read
Lessons I learned from training with special forces that I use in software development

Lessons I learned from training with special forces that I use in software development

94
Comments 10
3 min read
My Blog Post Workflow: from Topic to Publication

My Blog Post Workflow: from Topic to Publication

725
Comments 39
7 min read
geeksay - Translate layman text 👶 to its geeky version 🤓!

geeksay - Translate layman text 👶 to its geeky version 🤓!

11
Comments
1 min read
How to build an Geolocation Weather Forecast app in React Native in 30 minutes

How to build an Geolocation Weather Forecast app in React Native in 30 minutes

160
Comments 16
1 min read
Building My First Sinatra-based Ruby App: Thoughts and Wrap-up

Building My First Sinatra-based Ruby App: Thoughts and Wrap-up

34
Comments 12
8 min read
Name a more iconic duo...I'll wait.

Name a more iconic duo...I'll wait.

18
Comments
2 min read
Is an opinionated framework good for newbies?

Is an opinionated framework good for newbies?

8
Comments 2
3 min read
Solving Japanese learning problems with code

Solving Japanese learning problems with code

51
Comments 5
5 min read
Pieces of an App: The Files You Need to Start a Rails App

Pieces of an App: The Files You Need to Start a Rails App

52
Comments 6
3 min read
Setting up Windows Subsytem for Linux

Setting up Windows Subsytem for Linux

75
Comments 12
8 min read
ps aux output in cronjobs

ps aux output in cronjobs

27
Comments 2
1 min read
So you want to become a developer? Part I

So you want to become a developer? Part I

36
Comments 7
2 min read
How OTP Applications are structured

How OTP Applications are structured

73
Comments 1
4 min read
When nil Isn't Equal to nil

When nil Isn't Equal to nil

22
Comments
9 min read
Developing Style: Sinatra Security, Decorator Design Pattern

Developing Style: Sinatra Security, Decorator Design Pattern

14
Comments
14 min read
Setting up tape testing framework for basic frontend development

Setting up tape testing framework for basic frontend development

52
Comments
6 min read
Using Print Statements Are A Handy Way to Debug and Explore Code

Using Print Statements Are A Handy Way to Debug and Explore Code

58
Comments 17
6 min read
Let's build a search bar in React!

Let's build a search bar in React!

258
Comments 27
13 min read
Demystifying Array.reduce(): How to understand it and when to use it in your code

Demystifying Array.reduce(): How to understand it and when to use it in your code

86
Comments 5
3 min read
What is top 5 most valuable courses in a CS Degree?

What is top 5 most valuable courses in a CS Degree?

45
Comments 9
1 min read
How to add "Preview Mode" style functionality to a Rails application

How to add "Preview Mode" style functionality to a Rails application

14
Comments 3
4 min read
Stacks n Queues

Stacks n Queues

33
Comments
4 min read
How to ask good questions as a developer

How to ask good questions as a developer

75
Comments 4
5 min read
What I have learnt from a 14 hours project 😼

What I have learnt from a 14 hours project 😼

25
Comments
2 min read
A Complete Beginner's Guide to React

A Complete Beginner's Guide to React

2836
Comments 56
15 min read
How I broke Dev.to on my First PR

How I broke Dev.to on my First PR

80
Comments 8
1 min read
Voter Registration by New York Congressional Districts for 2018 Midterm Elections

Voter Registration by New York Congressional Districts for 2018 Midterm Elections

10
Comments
5 min read
How To Put Arrows at the Bottom of a Div

How To Put Arrows at the Bottom of a Div

33
Comments 1
3 min read
Learning Algorithms with JS, Python and Java 8: Sentence Capitalization

Learning Algorithms with JS, Python and Java 8: Sentence Capitalization

56
Comments 3
2 min read
Binary and Hexadecimal: Part 2 - Conversions

Binary and Hexadecimal: Part 2 - Conversions

45
Comments 2
8 min read
loading...