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.
The unreasonable effectiveness of working with a live programming image

The unreasonable effectiveness of working with a live programming image

6
Comments
6 min read
A cleaner way of writing code

A cleaner way of writing code

Comments
1 min read
Learning Rust 🦀: 16 - Rust Collections: Vectors

Learning Rust 🦀: 16 - Rust Collections: Vectors

5
Comments
6 min read
Agora você vai entender como o java funciona

Agora você vai entender como o java funciona

7
Comments
2 min read
A Thorough Exploration of Kubernetes DaemonSets: An In-Depth Examination

A Thorough Exploration of Kubernetes DaemonSets: An In-Depth Examination

3
Comments
8 min read
Useful newsletters and podcasts for indie web developers

Useful newsletters and podcasts for indie web developers

6
Comments
3 min read
Everything about Logic Gates

Everything about Logic Gates

Comments
1 min read
‘Navigating tech success – Career Goals with Team Relations’ with Anemari Fiser, Tech Lead Trainer

‘Navigating tech success – Career Goals with Team Relations’ with Anemari Fiser, Tech Lead Trainer

1
Comments 3
1 min read
useClosure() {work, backwards in returnValuesAsInput (backwards, work)}

useClosure() {work, backwards in returnValuesAsInput (backwards, work)}

3
Comments
4 min read
Deciphering the Enigma of DNS: A Delightful Ruby Implementation Odyssey

Deciphering the Enigma of DNS: A Delightful Ruby Implementation Odyssey

7
Comments
6 min read
Mastering Context Managers in Python: Ensuring Efficient Resource Management

Mastering Context Managers in Python: Ensuring Efficient Resource Management

1
Comments
3 min read
⚛️ 7 Top Platforms to Learn React for Free

⚛️ 7 Top Platforms to Learn React for Free

17
Comments 3
7 min read
Getting back to coding - 2 weeks later

Getting back to coding - 2 weeks later

Comments
2 min read
Get It Done: The Power of Leveraging Leadership

Get It Done: The Power of Leveraging Leadership

Comments
2 min read
How To Learn Coding For Beginners – What You Need To Know

How To Learn Coding For Beginners – What You Need To Know

Comments 2
6 min read
Docker Basic

Docker Basic

2
Comments
4 min read
Should I stay or should I Go?

Should I stay or should I Go?

12
Comments
5 min read
Basics of Database Indexing

Basics of Database Indexing

4
Comments
4 min read
Tool-Integrated Reasoning: A New Approach for Math-Savvy LLMs

Tool-Integrated Reasoning: A New Approach for Math-Savvy LLMs

4
Comments
5 min read
Infinite Context Windows? LLMs for Streaming Applications with Attention Sinks

Infinite Context Windows? LLMs for Streaming Applications with Attention Sinks

3
Comments
5 min read
What is Project IDX?

What is Project IDX?

Comments
1 min read
Learn C#: Handle Exceptions for More Reliable Code

Learn C#: Handle Exceptions for More Reliable Code

1
Comments
2 min read
Kubernetes Cheatsheet: Essential Commands and Concepts for Efficient Container Orchestration

Kubernetes Cheatsheet: Essential Commands and Concepts for Efficient Container Orchestration

9
Comments 1
2 min read
Mastering Playwright: Best Practices for Web Automation with the Page Object Model

Mastering Playwright: Best Practices for Web Automation with the Page Object Model

1
Comments
7 min read
Challenge finished — reflections

Challenge finished — reflections

3
Comments 1
2 min read
Open-Closed Principle in React

Open-Closed Principle in React

19
Comments
2 min read
"Programming Concept: Overloading Explained in Python"

"Programming Concept: Overloading Explained in Python"

5
Comments
3 min read
How to become a data scientist in 2023/24.

How to become a data scientist in 2023/24.

Comments
2 min read
GitHub Actions Runner Deep Dive: Registration and Setup

GitHub Actions Runner Deep Dive: Registration and Setup

3
Comments
13 min read
The System Design Relay Game: A game boosting tech skills and teamwork for software engineers.

The System Design Relay Game: A game boosting tech skills and teamwork for software engineers.

6
Comments
5 min read
Learning Rust 🦀: 15 - How you can organize your Rust code with "Modules"

Learning Rust 🦀: 15 - How you can organize your Rust code with "Modules"

20
Comments
11 min read
Single Responsibility Principle in React

Single Responsibility Principle in React

38
Comments 1
2 min read
Celery: Python's Silent Hero

Celery: Python's Silent Hero

11
Comments
4 min read
Agile inception

Agile inception

Comments
7 min read
Data Science for Beginners: 2023 - 2024 Complete Roadmap

Data Science for Beginners: 2023 - 2024 Complete Roadmap

4
Comments 1
3 min read
Researchers discover explicit registers eliminate vision transformer attention spikes

Researchers discover explicit registers eliminate vision transformer attention spikes

5
Comments
5 min read
Código Limpo - Intermédio

Código Limpo - Intermédio

46
Comments 2
9 min read
Database Keys

Database Keys

Comments
2 min read
How to Build an Accordion Menu in React from Scratch.

How to Build an Accordion Menu in React from Scratch.

5
Comments
3 min read
HOW DOES THE INTERNET WORK

HOW DOES THE INTERNET WORK

2
Comments
2 min read
A Practical Approach: Image Handling with Spatie

A Practical Approach: Image Handling with Spatie

Comments
4 min read
Mastering JavaScript Closures: A Comprehensive Guide to Understanding Scope, Context, and Practical Applications

Mastering JavaScript Closures: A Comprehensive Guide to Understanding Scope, Context, and Practical Applications

5
Comments
3 min read
Crossed 200$ in revenue with my first side project

Crossed 200$ in revenue with my first side project

10
Comments 4
1 min read
Creating a CRUD Application with React and Bootstrap

Creating a CRUD Application with React and Bootstrap

12
Comments
4 min read
🐌 Don’t Worry, You’re Not Learning Too Slow

🐌 Don’t Worry, You’re Not Learning Too Slow

11
Comments 4
6 min read
Código Limpo - Capítulo 4

Código Limpo - Capítulo 4

180
Comments 9
4 min read
Should we use VPN on browsing?

Should we use VPN on browsing?

Comments
4 min read
Azure Container Apps: Zero to Hero

Azure Container Apps: Zero to Hero

3
Comments
5 min read
Data Science for Beginners: 2023 - 2024 Complete Roadmap.

Data Science for Beginners: 2023 - 2024 Complete Roadmap.

2
Comments
2 min read
Hi, I’m Stefan!

Hi, I’m Stefan!

1
Comments 3
1 min read
Taking down a revenue-generating component

Taking down a revenue-generating component

Comments
1 min read
React Props vs State: What's the Difference?

React Props vs State: What's the Difference?

24
Comments 7
2 min read
Landing My Dream Internship: The AWS Journey in Dublin 🍀

Landing My Dream Internship: The AWS Journey in Dublin 🍀

Comments
6 min read
🎬 Video - Add module in Elanat CMS

🎬 Video - Add module in Elanat CMS

Comments
1 min read
Fields vs Properties in C# OOP - Which one should you use?

Fields vs Properties in C# OOP - Which one should you use?

16
Comments 2
5 min read
UNC Researchers Present VideoDirectorGPT: Using AI to Generate Multi-Scene Videos from Text

UNC Researchers Present VideoDirectorGPT: Using AI to Generate Multi-Scene Videos from Text

3
Comments
6 min read
Improving Code Clarity with Functional Programming in Java.

Improving Code Clarity with Functional Programming in Java.

1
Comments 2
2 min read
Smart Contract Language Comparison - Cadence vs Solidity vs Move

Smart Contract Language Comparison - Cadence vs Solidity vs Move

5
Comments
6 min read
How to test and analyze website performance with lighthouse

How to test and analyze website performance with lighthouse

9
Comments
3 min read
Generating Universally Unique Identifiers (UUIDs) in JavaScript: A Comprehensive Guide with Code Examples

Generating Universally Unique Identifiers (UUIDs) in JavaScript: A Comprehensive Guide with Code Examples

5
Comments
2 min read
loading...