👨My Life & Skilla Portfolio

🧍Major Life Events

  1. Born in 2004
  2. Graduated in 2025
  3. About to Join first job in 2025

🥇Achievements

  1. Dean's List Award
  2. Hackathon Winner
  3. Student of the Month

🧪Research Projects

  1. IoT-Based Smart Home Automation System
  2. Design of Low-Power Wireless Sensor Networks

💻Technical Skills

🔧Tools I Use

🧠Hobbies

📚Tech Glossary

HTML
HTML, or HyperText Markup Language, is used to create and structure content on the web, including text, images, links, and tables. A basic HTML document has a head section with meta information and a title, and a body section with visible content such as headings, paragraphs, links, images, lists, and tables. Attributes provide extra information for elements, like specifying a link address or alternative text for images. Best practices include using semantic elements, keeping proper indentation, including descriptive text for images, and validating the code for correctness.
CSS
CSS, or Cascading Style Sheets, is used to control the appearance and layout of web pages. It allows you to style elements by setting properties like colors, fonts, spacing, borders, and positioning. CSS can be applied inline within HTML elements, embedded in the head section of a page, or linked externally as a separate file. It follows a selector and property-value structure, where selectors target HTML elements and properties define how they should look. CSS also supports responsive design, enabling web pages to adjust smoothly to different screen sizes, and includes features like animations, transitions, and flexbox or grid layouts for advanced layouts.
JavaScript
JavaScript is a programming language used to make web pages interactive and dynamic. It allows you to manipulate content, handle events, validate forms, create animations, and communicate with servers without reloading the page. JavaScript can be included directly in HTML or in external files and works with the browser’s Document Object Model (DOM) to access and modify page elements. It supports variables, functions, loops, and conditional statements, as well as modern features like asynchronous programming, APIs, and frameworks for building complex web applications.

🎯Personal Development Plan

  1. Short-Term Goals
  2. Long-Term Goals