Skip to content
View Fizznap's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Fizznap

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Fizznap/README.md

👋 Smit Shinde

🎓 B.Tech Computer Science Engineering student 🎯 Primary focus: JavaScript fundamentals → Data Structures & Algorithms


👨‍💻 About Me

I’m a Computer Science Engineering undergraduate focused on building a strong foundation before specialization.

My current priority is mastering JavaScript from the ground up—understanding the language deeply rather than treating it as just a tool. Alongside this, I have started my Data Structures & Algorithms journey, with the plan to apply DSA concepts using JavaScript once the language fundamentals are solid.

I have used backend-related tools during AI-assisted website building, which helped me understand application flow, but my learning path is now structured and fundamentals-first.

This GitHub profile reflects learning in progress, not inflated expertise.


🧠 Learning Philosophy

  • Master one language properly before moving ahead
  • Fundamentals are more important than frameworks
  • Clarity over clever hacks
  • Consistent progress beats fast progress

🛠️ Tech Stack

⭐ Primary Language

  • JavaScript

📚 Other Languages (basic familiarity)

  • Java
  • Python
  • C

🧩 Conceptual Exposure

  • Backend request–response flow
  • REST APIs (basic understanding)
  • Node.js and Express (used during AI-assisted builds)

⚙️ Tools & Environment

  • Git and GitHub
  • Linux
  • VS Code

🗺️ Current Roadmap

🟡 Phase 1: JavaScript (Deep Dive)

  • Variables, scope, and execution context

  • Functions and closures

  • Arrays, objects, and methods

  • Asynchronous JavaScript

    • Callbacks
    • Promises
    • async / await
  • Writing clean and readable JavaScript

🟢 Phase 2: Data Structures & Algorithms (Started)

  • Arrays and strings (JavaScript-based)
  • Recursion fundamentals
  • Time and space complexity basics
  • Problem-solving patterns

📂 Projects and Practice

  • JavaScript concept-based programs
  • DSA practice implementations using JavaScript
  • Learning-focused experiments and notes

All repositories represent active learning, not finished products.


📫 Connect With Me

Popular repositories Loading

  1. portfolio-website portfolio-website Public

    JavaScript 2

  2. Fizznap Fizznap Public

  3. pingtap-web pingtap-web Public

    TypeScript

  4. javascript-fundamentals javascript-fundamentals Public

    Lecture-wise JavaScript practice repository covering core concepts like operators, loops, conditions, and strings.

    JavaScript