OneDev

OneDev @onedev

About: Just another developer that suffers when centering a div

Joined:
Sep 13, 2024

OneDev
articles - 25 total

Make requests to your API through AI 👇

Build AI-Driven API Requests in Your React App — With Natural...

Learn More 0 0Jun 30

Trees & Graphs Explained Simply — With Real-World Examples

If you're learning data structures, you've probably heard that trees and graphs are “advanced” — but...

Learn More 1 0Jun 30

Build AI-Driven API Requests in Your React App — With Natural Language

What if you could skip forms entirely and just tell your app what to do? In this video, I show you...

Learn More 0 0Jun 24

Stop Typing Interfaces Manually — This VSCode Extension Does It for You

Tired of writing TypeScript interfaces or objects by hand from JSON? 🧩 Paste JSON as Code is a...

Learn More 2 3Jun 6

Handling Permissions in React Native 🚀

Working with camera, location, or microphone access in React Native? 📲 Then you’ve probably run into...

Learn More 4 6Jun 6

Make sure to understand this before starting with NextJS 👇

Next.js Pages Router vs App Router — What’s the Difference? ...

Learn More 0 0Jun 2

📦 Stacks & Queues: Two Sides of the Same Coin

When it comes to data structures, Stacks and Queues are two of the simplest — and most powerful —...

Learn More 5 0Jun 2

Linked Lists — A Core Building Block in Data Structures

Arrays usually get all the love. They're easy to use, built into every language, and great for most...

Learn More 0 0May 22

Sharing this again for those who might’ve missed it the first time!

Mastering useCallback in React: When and Why to Use It ...

Learn More 0 0May 22

Top 5 VSCode Extensions

I recorded this a little while ago, but still wanted to share it with you all — Hope you find it...

Learn More 1 0May 20

Strings, Arrays & Hash Tables — Let’s Talk About the One You’re Probably Not Using Enough

If you’ve been coding for a bit, chances are you're already comfortable working with strings and...

Learn More 0 0May 16

👋 Just Passing By...

👋 Just Passing By... Hey devs! Just passing by to invite you to check out my YouTube channel If...

Learn More 0 0May 16

EXTRA: Brute-Force Permutations

Brute-force permutations are a method of generating all possible arrangements of a given set of...

Learn More 0 0Apr 28

EXTRA: Factorial of a number - n!

The factorial of a number n (written as n!) is the product of all positive integers from 1 to...

Learn More 0 0Apr 28

EXTRA: Merge Sort

Merge Sort is a classic divide-and-conquer algorithm. It works by dividing the array into smaller...

Learn More 0 0Apr 28

EXTRA: Fibonacci Sequence

The Fibonacci sequence is a series where each number is the sum of the two preceding ones: 0, 1,...

Learn More 0 0Apr 28

1 - First Steps: Understanding Big O Notation

When we talk about algorithms, one of the first things that comes up is Big O Notation. But what...

Learn More 0 0Apr 28

If you missed it, here’s how the useMemo hook can help you improve the performance of your React components by avoiding unnecessary recalculations. ⚡️

Mastering useMemo in React: Boosting Performance the Right Way...

Learn More 0 0Apr 25

Data Structures & Algorigthms - Serie

This post is the first of a series about Data Structures & Algorithms! 🚀 I’m excited to kick off...

Learn More 0 0Apr 22

Next.js Pages Router vs App Router — What’s the Difference?

Confused about whether to use Pages Router or App Router in Next.js? Here’s a clear breakdown of the differences, pros and cons, and when to use each.

Learn More 0 0Apr 22

Smarter GitHub Copilot 🚀

GitHub just announced GPT-4.1 is available in public preview for Copilot and Copilot Enterprise.

Learn More 0 0Apr 15

Your Brain Isn’t a Machine — Try the Pomodoro Technique 🍅

Struggling to stay focused while coding? Here's how the Pomodoro Technique can boost your productivity and reduce burnout.

Learn More 0 0Apr 14

Mastering useMemo in React: Boosting Performance the Right Way 🚀

🔴▶️ Prefer watching instead? I break all of this down with real examples and a live demo...

Learn More 0 0Apr 9

Mastering useCallback in React: When and Why to Use It

Learn how to use the useCallback hook in React to avoid unnecessary re-renders, optimize performance, and write cleaner code.

Learn More 0 0Apr 7

The Beginning of My Journey

I've always wanted to generate some impact on other people, always wanted to reach thousands of...

Learn More 0 0Apr 4