Currently Doing Construction on My Website
Published on February 31, 1997
This is a test article for the news section
of my website. I don't actually have any
news right now because my website is still
a work in progress. This is a test article
for the news section of my website. I don't
actually have any news right now because my
website is still a work in progress.
CSS
Published on December 10, 2023 by GeeksforGeeks
CSS (Cascading Style Sheets) is used to styles web
pages. Cascading Style Sheets are fondly referred
to as CSS. The reason for using this is to simplify
the process of making web pages presentable. It allows
you to apply styles on web pages. More importantly,
it enables you to do this independently of the HTML
that makes up each web page.
JavaScript
Published on December 09, 2023 by GeeksforGeeks
JavaScript (JS) is the most popular lightweight,
interpreted compiled programming language. It can
be used for both Client-side as well as Server-side
developments. JavaScript also known as a scripting
language for web pages. This JavaScript Tutorial is
designed to help both beginners and experienced
professionals master the fundamentals of JavaScript
and unleash their creativity to build powerful web
applications. From basic syntax and data types to
advanced topics such as object-oriented programming
and DOM manipulation.
ReactJS
Published on December 08, 2023 by GeeksforGeeks
ReactJS is a declarative, efficient, and flexible
JavaScript library for building user interfaces.
It is an open-source, component-based front-end
library that is responsible only for the view layer
of the application. ReactJS is not a framework, it
is just a library developed by Facebook to solve
some problems that we were facing earlier.