Open in app

Sign in

Write

Sign in

Rahul Kumar
Rahul Kumar

5 Followers

Home

About

Nov 1

Compiler vs Interpreter

A compiler and an interpreter are both software programs that convert high-level programming languages into machine code that computers can understand. However, they differ in the way they execute this conversion process. Compilers translate the entire source code into machine code before execution, while Interpreters translate code line by line…

2 min read

2 min read


Aug 17

How to write functions in JavaScript?

Scopes, Built-in functions, Higher order function, First citizen function. Content of this blog:

6 min read

How to write functions in JavaScript?
How to write functions in JavaScript?

6 min read


Aug 14

Variables, Datatypes and Operators, Conditional Statement, and Loops in JavaScript

Identifiers: — Identifiers are those names that help in naming the elements in JavaScript. Set of rules, you should follow to write an Identifiers: The first character of an identifier should be letters of the alphabet or an underscore (_) or dollar sign ($). You can use letters of alphabets or digits…

6 min read

Variables, Datatypes and Operators, Conditional Statement, and Loops in JavaScript
Variables, Datatypes and Operators, Conditional Statement, and Loops in JavaScript

6 min read


Aug 13

Variables, Datatypes and Operators in JavaScript.

Datatypes in JavaScript: — Data of these types are stored and manipulate easily by using variables. How to creates variables: Numbers:

3 min read

Variables, Datatypes and Operators in JavaScript.
Variables, Datatypes and Operators in JavaScript.

3 min read


Jul 20

👉Objects in JavaScript 👈

What are Objects? An object consists of state and behavior. State: The State of an entity represents properties that can be modeled as key-value pairs. Behavior: The Behavior of an entity represents the observable effect of an operation performed on it and is modeled using functions. Example: A Car is an object in…

6 min read

👉Objects in JavaScript 👈
👉Objects in JavaScript 👈

6 min read


Jul 11

Programming with JAVA

What is Programming? A program is a collection of instructions that performs a specific task when executed by a computer. and the act of creating a program is known as programming. Programs are created to solve the problems, to automate the processes and to reduce repetitive and/or manual work. To…

11 min read

Programming with JAVA
Programming with JAVA

11 min read


Jun 7

HTML List

Q. Why to use list in HTML? → Group related items and display them one after other. → Easy to distinguish each item. → For Better readability. There are three types of HTML lists: Unordered List: It helps you to group related items in a bulleted format.

3 min read

HTML List
HTML List

3 min read


Apr 6

Box Model in CSS

Every Box contains of 4 parts:

Frontend Development

3 min read

Box Model in CSS
Box Model in CSS
Frontend Development

3 min read


Mar 13

To Integrate Docker with Python3

Description — — — — — — — — — — — — — — — — — — — — — — — — — To Configure Docker on Top of REDHAT LINUX 8 To Start Docker To Stop Docker To launch a container on Docker To Start and attach Container…

3 min read

To Integrate Docker with Python3
To Integrate Docker with Python3

3 min read


Feb 1

Working with Files and Directories In Unix(Shell Scripting).

commands used in Unix in order to read, write and access a file and directories Working with files and directories: How to know the location where I am: $ pwd pwd means present working directory.

4 min read

Working with Files and directories In Unix(Shell Scripting).
Working with Files and directories In Unix(Shell Scripting).

4 min read

Rahul Kumar

Rahul Kumar

5 Followers

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams