All Posts

Vim Cheatsheet

Basic Modes: Normal mode (Command mode): This is the default mode when you open a file. You can navigate, manipulate, and issue commands in this mode.

Algorithms

The algorithms module is designed to teach students about the most common and important algorithms used in computer science. An algorithm is a set of steps that can be followed to solve a specific problem.

Engineering vs. Programming

If you’re interested in technology and want to pursue a career in the field, you’ve probably heard of both programming and software engineering. But what exactly are they, and what’s the difference between the two?

CSS

Cascading Style Sheets CSS, or Cascading Style Sheets, is a style sheet language used to describe the look and layout of a web page. It is used to separate the presentation of a web page from its content, which is described using HTML.

Javascript

JavaScript is a high-level, dynamic, and interpreted programming language that is widely used for building interactive web applications. JavaScript is used to add interactivity and dynamic behavior to web pages, such as animating elements, processing form data, creating dynamic user interfaces, and more.

HTML

Hypertext Markup Language HTML, or Hypertext Markup Language, is the standard language used to create web pages. It provides the structure and content of a web page, including text, images, links, and other elements.