P Mukila

P Mukila @mukilaperiyasamy

About: Java Fullstack dev | Backend & Frontend tips | Forever learning & building

Location:
Trichy,Tamilnadu.
Joined:
May 27, 2025

P Mukila
articles - 17 total

Java Core Concepts...

1.Class A class is a user-defined blueprint or prototype from which objects are created. It contains...

Learn More 2 0Jul 31

Introduction to Java

Java Java is a popular programming language. Java is used to develop mobile apps, web apps, desktop...

Learn More 1 0Jul 10

JavaScript String Methods

Javascript strings are primitive and immutable: All string methods produce a new string without...

Learn More 1 0Jul 3

Today new thing learn from Linux Commands...

Today, my classmates presented a PPT on Linux commands. It was very useful, and we learned a lot from...

Learn More 3 0Jul 2

Today i Learned - fetch, async & await, axios...

fetch The fetch() API in JavaScript provides a modern and flexible interface for making network...

Learn More 1 0Jul 1

Promise in Javascript ...

What is Promise? In JavaScript, a Promise is an object representing the eventual completion or...

Learn More 1 0Jun 30

React Router

Router React Router is a standard library for routing in React. It enables navigation among views of...

Learn More 2 0Jun 27

Today I learned-Object,this keyword and hoisting in react.js...

1.What is an Object in React.js? In JavaScript (and React by extension), an object is a data...

Learn More 1 0Jun 19

Today I Learn - Understanding Arrays, Spread Operator, map(), and useState in JavaScript and React...

When working with JavaScript and React, there are a few core concepts that you’ll use again and...

Learn More 3 1Jun 16

I Learned Today- Basics of React ...

It looks like you're asking about npm, npx, and how they relate to React development. Here's a quick...

Learn More 0 1Jun 13

I learned introduction of React...

Sure! Here’s a clear and concise explanation of React, SPA, MPA, and the difference between ReactDOM...

Learn More 0 0Jun 12

Today I learned-JavaScript: while Loops, Arrow Functions, and the map() Method

1.Looping with while The while loop continues executing a block of code as long as a...

Learn More 0 2Jun 9

Conditional Statements, AND (&&), and OR (||) in Programming

Conditional statements are one of the most powerful features in programming. They allow your code to...

Learn More 0 0Jun 3

I Learned Today-Understanding Arrays, Variables, Length, and Random Math in JavaScript

Whether you're just starting with JavaScript or need a refresher, understanding arrays, variables,...

Learn More 0 0Jun 1

I Learned Today-Understanding null and undefined in JavaScript,Template Literals.

JavaScript has two special values to represent "no value": null and undefined. They might look...

Learn More 0 0May 29

I Learned Today: 🧠Understanding Local and Global Variables, DOM Using JavaScript, Linking External JavaScript to HTML.

When you're coding in JavaScript, variables are everywhere. But where and how you declare them...

Learn More 0 0May 28

🧠 Understanding the Basics of Programming: 7 Key Concepts Explained Simply

1. 🔤 Variable Think of a variable as a container that stores information. You can give...

Learn More 0 0May 28