Nitin Reddy

Nitin Reddy @nitinreddy3

About: Seasoned JavaScript Developer who loves to explore other programming languages like Python. A problem solver, tech lover by heart. Loves reading booking, and cooking. 🤩🚀🔬

Location:
Pune, India
Joined:
Nov 21, 2018

Nitin Reddy
articles - 46 total

Wassup TypeScript Interfaces!

TypeScript is a popular superset of JavaScript that adds optional static typing to the language. One...

Learn More 1 0Jan 22 '23

Let’s play around with Carousel marquee ✌️

Today we will look at how we can create a carousel marquee view and customise it according to our...

Learn More 1 0Jan 21 '23

Configure Jest and usage in UmiJS 🥳

Before setting up Jest and using it in your application, you can initiate a umijs project using the...

Learn More 2 0Jan 12 '23

Python Dictionaries - Update data, loop through 🐍

Dictionaries are an interesting data structure in Python. In other programming languages like...

Learn More 2 0Jan 4 '23

Python Dictionaries - Access, delete element…

In the last article we had seen how we can create a dictionary and access an element in it. Today we...

Learn More 0 0Jan 2 '23

Let us learn about UmiJS

What is UmiJS 💡 It leverages the idealogy of React, NextJS and TypeScript. It is a...

Learn More 4 0Oct 26 '22

Learn Python #9 - Yeah Dictionary🐍

Today we are going to deep dive into the main data structure in Python known as Dictionary. Not a...

Learn More 1 0Oct 7 '22

Learn Python #8 - Let's do Tuple...🐍

Tuples 💡 Tuple in Python is a collection that is ordered, and unchangeable. Find...

Learn More 3 0Sep 10 '22

Learn Python #7 - List operations 💡!

💡This is a continuation of what we had learnt in our last post. Let us learn more about some other...

Learn More 3 0Sep 3 '22

Deep cloning of an object in JavaScript...

As JavaScript developers, we most often than not come across a situation where we want to clone an...

Learn More 3 0Aug 16 '22

Learn Python #6 - Let's List it...

What are Lists? Lists in Python are the collection of elements of data. What does that...

Learn More 0 1Aug 7 '22

Let’s do fabform…

What is fabform? Fabform is a smart form endpoint for developers who are using the forms...

Learn More 1 1Jul 28 '22

Learn Python #5 - Do with functions...

What functions are? Functions in Python are meant to isolate the different parts of the...

Learn More 6 0Jul 24 '22

Learn Python #4 - The f-string...

Hello everyone today we are going to talk about string manipulation via f-string. Python over the...

Learn More 4 0Jul 21 '22

Learn Python #3 - Conditional Statements - if, if elif, and if elif else

Hello everyone, Today we are going to talk about the if, if elif, and if elif else conditional...

Learn More 5 0Jul 17 '22

Learning Python #2 - Data types, operators, variable creation...

As promised here I am with a new blog post on Python programming where we are going to discuss the...

Learn More 5 0Jul 12 '22

Learning Python #1 - The beginning...

Learn and grow with Python Ever wondered what happens when you have extensive amount of experience...

Learn More 4 0Jul 4 '22

Collaborate with Peers on GitHub

If you are working in an organisation where GitHub is used as a source code hosting site, then this...

Learn More 5 0Apr 14 '22

Fun with Micro-frontend in a single-spa way💡

🏃‍♂️ To give everyone the context this post will be based on the experiments which I used to run the...

Learn More 16 0Jul 11 '21

Fun with Functional Programming!

What you need to know? JavaScript Functions in JS Coding background Basic logical...

Learn More 29 2Jul 4 '21

Tree visualization with multi drag and drop

Does anyone have any idea about the library which can provide the feature to display the...

Learn More 0 1Oct 30 '20

REST API Url builder !!

You must have come across a situation where you are making a REST API call via frontend code and doin...

Learn More 8 0Oct 6 '20

Best VSCode Extensions for Software Development

There are many VSCode extensions in the market store. Today I am bringing you the extensions which I...

Learn More 13 0Sep 29 '20

Dart Programming Part #2 - Variables

In this post, our agenda will be to focus on variables and data types in dart and a few fundamental c...

Learn More 4 2Jul 20 '20

Dart Programming Part #1

This is an intro to the Dart programming language. What is Dart? Dart is created by Google mainly t...

Learn More 7 0Jul 19 '20

Tangled Tree with D3 and React Part #1

D3 has been a blessing in disguise for data visualisation in a front-end world with features provided...

Learn More 7 0Jul 18 '20

Recursion to update deeply nested objects

As a developer, we usually come across a situation wherein we have to update a deeply nested array of...

Learn More 12 2Jul 5 '20

Fun in upgrading the machine

As a user with a fair amount of knowledge of computers, I would love to explore the new machine’s sys...

Learn More 2 0Jun 16 '20

Learn Flutter #2

There are tons of online resources to learn Dart and Flutter for cross-platform mobile apps, desktop,...

Learn More 2 0May 18 '20

Learn Flutter #1

As a part of my weekend hack today I am going to highlight some key points which I learned while I we...

Learn More 6 0Apr 25 '20