Laxman Nemane

Laxman Nemane @laxmann

About: 👨‍💻 Frontend Developer | Eager to Learn & Grow 🚀

Location:
Pune, India
Joined:
Oct 3, 2024

Laxman Nemane
articles - 27 total

🚀 Today I Learned the Most Amazing DSA Concept — Recursion!

Hey friends, Today was mind-blowing 🤯 because I learned something in DSA that feels like magic —...

Learn More 2 0Aug 4

📘 Today I Learned: Time and Space Complexity

What is Time Complexity? Time complexity is the measure of efficiency of an algorithm as the size of...

Learn More 1 0Jul 21

🧠 DSA Day 6

Today was a productive day! I worked on a few fundamental JavaScript concepts that are super useful...

Learn More 1 0Jul 17

🟦 DSA Day 5

Today I revised what I’ve learned so far and practiced for loops by solving a few star pattern...

Learn More 1 0Jul 16

🧠 DSA Series - Day 4

Simple Pattern Programs Yesterday, I practiced some basic pattern problems using nested loops in...

Learn More 2 0Jul 11

🧠 DSA Series - Day 3

📌 Topic: For Loop Practice – Real-World Problems Today is our practice session on loops. We are...

Learn More 1 0Jul 9

✅ DSA Learning – Day 2:

Today, I learned about functions in JavaScript — how they are declared, how they work, and some basic...

Learn More 1 0Jul 8

📘 My DSA Learning Journey – Day 1: JavaScript Basics Warm-Up (Akshay Saini Course)

Hello Devs! 👋 Today marks Day 1 of my DSA (Data Structures & Algorithms) learning journey, and...

Learn More 3 0Jul 7

🚀 Exploring react-native-calendars Component! 📅

Hey devs! 👨‍💻👩‍💻 I’ve been working with react-native-calendars and wanted to share my experience with...

Learn More 3 0Mar 25

📢 Getting Started with Victory Native in React Native 🚀

🖐 Hey Devs! If you’re looking to visualize data in your React Native app with beautiful, customizable...

Learn More 6 0Mar 12

📂 React Native CLI Folder Structure – Best Practices 🚀

When working with React Native CLI, having a well-structured project is key to scalability,...

Learn More 2 0Mar 7

🚀 Setting Up Your First React Native CLI Project

Starting with React Native CLI? Follow this step-by-step guide to set up your first React Native...

Learn More 6 0Mar 6

🏗️ Prerequisites for React Native CLI (Android) 🚀

Before building with React Native CLI, set up your development environment properly. 1️⃣ Install...

Learn More 1 0Feb 21

🚀 How to Deep Dive into Any React Native Topic

1️⃣ Understand the Basics – Learn why it's important & core concepts. 2️⃣ Explore Real-World Use...

Learn More 0 1Feb 20

🚀 Starting My Journey with React Native and Expo! 📱

Hey everyone! 🎉 I'm excited to dive into the world of mobile app development and start building with...

Learn More 1 0Feb 6

Array Methods: Push, Pop, Unshift, and Shift.

Whenever I feel confused about this method, I reread it. Today, I'll share something interesting;...

Learn More 3 0Jan 21

Async/Await Demystified 💬💡

The most fascinating topic to learn about today is highly beneficial for every JavaScript developer.🚀...

Learn More 2 0Dec 17 '24

📖Accessibility: Making the Web a Better Place🌐🚀

Web accessibility is designing websites and online content for everyone, including people with...

Learn More 1 1Dec 12 '24

'new' keyword

In JavaScript, the 'new' keyword creates a new instance of an object from a constructor function. ...

Learn More 2 0Nov 26 '24

Execution Context in JavaScript (second part)

What is Execution Context? Execution context is the environment in which JavaScript code runs. It...

Learn More 3 0Nov 21 '24

Understanding Scoping in JavaScript

Scoping is a fundamental concept in JavaScript that determines the accessibility and visibility of...

Learn More 2 2Oct 16 '24

Not Defined !== undefined

Here’s one of the most frequently asked interview questions: Why is Not Defined not equal to...

Learn More 2 0Oct 14 '24

Execution Context

Let's understand the Execution Context in JS. an execution context is a abstract concept that...

Learn More 1 0Oct 8 '24

Async vs Defer in JavaScript: Understanding the Difference

When it comes to loading scripts in HTML, there are three ways to do it: normally, asynchronously...

Learn More 1 0Oct 7 '24

The Differences Between let, const, and var in JavaScript.

Understanding let, const, and var in JavaScript In JavaScript, variable declaration has evolved with...

Learn More 1 0Oct 5 '24

Imperative and Declarative programming

Imperative and Declarative programming Through examples, we can better understand the...

Learn More 1 0Oct 4 '24

JavaScript's Prototype-Based Inheritance Example

Revisit the fundamental concept of prototype-based inheritance and unlock the full potential of...

Learn More 1 0Oct 3 '24