back to blog
Welcome to My Tech Journey!

Welcome to My Tech Journey!

January 6, 2025

Hello, world! 🌐

I’m Saket Nigam, a passionate web developer and AI/ML enthusiast, here to share my journey in blending creativity with technology. To make things exciting, I’ve added a little interactive animation right here—because why not?

What’s This About?

This blog will serve as a way for me to share my experiences, projects, and random thoughts with the world. For now, I’m testing the waters and making sure everything looks good. Stay tuned for more meaningful content soon..

Testing Markdown Features

Here’s some common Markdown features:

Headers

  • Use # for H1 headers
  • Use ## for H2 headers
  • Use ### for H3 headers

Lists

  • Unordered lists with - or *
  • Ordered lists with numbers
  1. First item
  2. Second item

Code Snippets

print("Hello, world!")

Links

Markdown Guide

Images

Markdown Logo

React Components

Counter: 0

A Quick Preview

Here’s a glimpse of what to expect in future posts:

Web Development

  • Building dynamic web apps with React and CSS animations.
  • Tips for enhancing user experience and performance optimization.

AI/ML

  • Simplifying complex concepts like deep learning and model deployment.
  • Integrating AI into real-world applications to solve impactful problems.

Sample Code

const sayHello = () => console.log("Hello, Web & AI World!");
sayHello();