DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to fix "SyntaxError: invalid character" in Python

How to fix "SyntaxError: invalid character" in Python

2
Comments
3 min read
Will passing (a,b) => b - a in JavaScript builit-in sort a be in ascending or descending order? Why?

Will passing (a,b) => b - a in JavaScript builit-in sort a be in ascending or descending order? Why?

3
Comments
3 min read
Javascript And The DOM

Javascript And The DOM

1
Comments 2
3 min read
Toggling inside [array] in React

Toggling inside [array] in React

1
Comments
1 min read
Recreating Nike - Medusa & Next.js

Recreating Nike - Medusa & Next.js

11
Comments 3
9 min read
Would you go for mobile development again, after 10 years of doing it?

Would you go for mobile development again, after 10 years of doing it?

1
Comments 1
6 min read
Características e dicas de arquitetura/requisitos não funcionais

Características e dicas de arquitetura/requisitos não funcionais

5
Comments 2
7 min read
Machine Learning Process

Machine Learning Process

5
Comments
2 min read
How to fix "SyntaxError: Missing parentheses in call to ‘print’" in Python

How to fix "SyntaxError: Missing parentheses in call to ‘print’" in Python

16
Comments
2 min read
O que pode ser feito com HTML ?

O que pode ser feito com HTML ?

1
Comments
3 min read
The Top 10 Myths About Coding: Breaking the Stereotypes

The Top 10 Myths About Coding: Breaking the Stereotypes

2
Comments
3 min read
Building a website gallery with ChatGPT, Stable Diffusion, React and NodeJS 🤯

Building a website gallery with ChatGPT, Stable Diffusion, React and NodeJS 🤯

100
Comments 4
11 min read
Example of a #React functional (a.k.a. stateless) component w/ typechecking & default

Example of a #React functional (a.k.a. stateless) component w/ typechecking & default

2
Comments
1 min read
How to fix "SyntaxError: positional argument follows keyword argument" in Python

How to fix "SyntaxError: positional argument follows keyword argument" in Python

24
Comments
4 min read
Entendendo SetTimeout e SetInterval:

Entendendo SetTimeout e SetInterval:

Comments
2 min read
[Solved] SyntaxError: ‘return’ outside function in Python

[Solved] SyntaxError: ‘return’ outside function in Python

2
Comments
3 min read
How to fix SyntaxError: unterminated triple-quoted string literal in Python

How to fix SyntaxError: unterminated triple-quoted string literal in Python

2
Comments
3 min read
LeetCode - Path Sum III

LeetCode - Path Sum III

1
Comments
5 min read
Software Development - Everything you need to know about this area!

Software Development - Everything you need to know about this area!

2
Comments 1
6 min read
JavaScript Loops: while e for

JavaScript Loops: while e for

1
Comments
5 min read
10 Free Data Science Certification Courses By Google📚

10 Free Data Science Certification Courses By Google📚

52
Comments 6
2 min read
Diário de Bordo #8

Diário de Bordo #8

2
Comments
2 min read
What time to workout as a programmer?

What time to workout as a programmer?

6
Comments 3
2 min read
What is CRUD? CRUD Operations in APIs

What is CRUD? CRUD Operations in APIs

1
Comments
3 min read
Challenges faced as a Software Developer

Challenges faced as a Software Developer

1
Comments 1
3 min read
Resolvendo problemas no HackerRank: Criando uma escadaria!

Resolvendo problemas no HackerRank: Criando uma escadaria!

Comments
2 min read
How to delete an element from map - JavaScript

How to delete an element from map - JavaScript

3
Comments
2 min read
How You Can Use AI to Improve Your Programming Skills

How You Can Use AI to Improve Your Programming Skills

1
Comments
13 min read
Simple Python Version Management: pyenv

Simple Python Version Management: pyenv

2
Comments
2 min read
Kali Linux is a popular operating system used for various purposes, including:

Kali Linux is a popular operating system used for various purposes, including:

1
Comments
1 min read
What’s a best coding practice, and when to create it?

What’s a best coding practice, and when to create it?

2
Comments
4 min read
Active Record Encryption and Rollover with ENV's instead of credentials

Active Record Encryption and Rollover with ENV's instead of credentials

1
Comments
2 min read
Mastering Internationalization and Localization in JavaScript: A Comprehensive Guide

Mastering Internationalization and Localization in JavaScript: A Comprehensive Guide

8
Comments 2
11 min read
How to host Django Project on Vercel

How to host Django Project on Vercel

1
Comments
1 min read
Why don't you write unit tests and integration tests to ksp project

Why don't you write unit tests and integration tests to ksp project

1
Comments
4 min read
Code review checklist

Code review checklist

1
Comments
2 min read
Six Games that can improve your skills as a frontend developer.

Six Games that can improve your skills as a frontend developer.

30
Comments
4 min read
What is JSON ?

What is JSON ?

3
Comments 6
1 min read
Best React UI frameworks to boost Productivity 🚀 🌟

Best React UI frameworks to boost Productivity 🚀 🌟

8
Comments 5
6 min read
How to Use /*Comment*/ as a developer

How to Use /*Comment*/ as a developer

Comments
5 min read
How Can AI Help Software Development

How Can AI Help Software Development

7
Comments 3
7 min read
Event driven architectures using AWS with example

Event driven architectures using AWS with example

24
Comments 1
3 min read
5 Rules That Most B2B Shops Miss in Their Product Categorization

5 Rules That Most B2B Shops Miss in Their Product Categorization

8
Comments 1
8 min read
Linked List

Linked List

2
Comments 2
2 min read
Why l chose Apollo over React Query

Why l chose Apollo over React Query

9
Comments
2 min read
Remote Debugging Dangers and Pitfalls

Remote Debugging Dangers and Pitfalls

2
Comments
6 min read
Just Launched Dyte on Product Hunt

Just Launched Dyte on Product Hunt

18
Comments 6
2 min read
Latin x Python: 31/01/23

Latin x Python: 31/01/23

4
Comments
1 min read
The ultimate guide to variables in JavaScript

The ultimate guide to variables in JavaScript

15
Comments 7
7 min read
5 Reason You Should Learn JIRA as Software Tester / QA

5 Reason You Should Learn JIRA as Software Tester / QA

4
Comments
1 min read
Update Rails 6.1 a Rails 7

Update Rails 6.1 a Rails 7

1
Comments
4 min read
Web Development Roadmap 2023

Web Development Roadmap 2023

2
Comments 1
15 min read
Hackathon Reflections

Hackathon Reflections

2
Comments
6 min read
7 Tips for Query Optimization in SQL Servers

7 Tips for Query Optimization in SQL Servers

3
Comments
5 min read
Higher-Order Functions In JavaScript

Higher-Order Functions In JavaScript

11
Comments 4
7 min read
HTTP response codes and Error Handling

HTTP response codes and Error Handling

2
Comments
2 min read
Monkey-patching: Messing with your Ruby methods

Monkey-patching: Messing with your Ruby methods

Comments
7 min read
Build a custom Python linter in 5 minutes

Build a custom Python linter in 5 minutes

5
Comments
3 min read
Differences between var, let and const.

Differences between var, let and const.

Comments
4 min read
10 Must-Take FREE Google Data Science Courses for 2023 🚀🔥

10 Must-Take FREE Google Data Science Courses for 2023 🚀🔥

4
Comments
1 min read
loading...