𝗔 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗮𝗹 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿 𝗮𝗰𝗾𝘂𝗶𝗿𝗶𝗻𝗴 𝗪𝗲𝗯 𝗗𝗲𝘃 𝗦𝗸𝗶𝗹𝗹𝘀 — Day 10/100 𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗗𝗮𝘆 𝟭/25 ✅ 🟢 Python → 🟢 HTML & CSS → 🟢 JavaScript → 🔘 React → 🔘 ReactFlow → 🔘 FastAPI ――――――――――――――――――――――――――――――― JavaScript runs natively in the browser — it's what makes what we see in web app come alive. Colour changes, click effects, hover animations, all JS. Initially planned 4 days for Fundamentals 1 tutorials. But the language feels so close to Python that I sat straight through the full 4.5 hr session in one go. The overwhelm of web development eases off once you realise the logic is already familiar. Fundamentals 2 is up next — another 4.5 hours. Hoping to cruise through at the same pace. #WebDevelopment #JavaScript #Python #FullStack #StructuralEngineering #BridgeEngineering #DigitalEngineering #Upskilling
JavaScript Fundamentals 1 Tutorial Review
More Relevant Posts
-
𝗔 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗮𝗹 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿 𝗮𝗰𝗾𝘂𝗶𝗿𝗶𝗻𝗴 𝗪𝗲𝗯 𝗗𝗲𝘃 𝗦𝗸𝗶𝗹𝗹𝘀. 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲 𝗗𝗮𝘆 𝟴/𝟵 ✅ - 𝗙𝘂𝗹𝗹 𝗦𝗶𝘁𝗲 𝗕𝘂𝗶𝗹𝗱 🟢 Python → 🟢 HTML & CSS → 🟢 Web page Deployment/PHP → 🔘 JavaScript → 🔘 React → 🔘 React Flow → 🔘 Fast API Today was a full website build — all from scratch using HTML, CSS, and a bit of JavaScript. It's fun knowing the building blocks of the web. Yes, AI can do all of this in a glimpse, but understanding what's actually happening underneath means you can direct it, fix it, and build on top of it properly. Tomorrow is the final day of the HTML & CSS course — then on to the most important part: JavaScript. #WebDevelopment #CSS #HTML #JavaScript #Python #FullStack #StructuralEngineering #BridgeEngineering #DigitalEngineering #Upskilling #ResponsiveDesign
To view or add a comment, sign in
-
𝗔 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗮𝗹 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿 𝗮𝗰𝗾𝘂𝗶𝗿𝗶𝗻𝗴 𝗪𝗲𝗯 𝗗𝗲𝘃 𝗦𝗸𝗶𝗹𝗹𝘀. 𝗗𝗮𝘆 𝟵/𝟵 ✅ 🟢 Python → 🟢 HTML & CSS → 🟢 Web page Deployment/PHP → 🔘 JavaScript → 🔘 React → 🔘 ReactFlow → 🔘 FastAPI ――――――――――――――――――――― Udemy HTML & CSS course — done. 9/9 days of consistent progress from basic tags to full site deployment the foundations are now solid. Once you layer frameworks like React.js / Node.js on top of this, web creation becomes significantly faster. Understanding what's happening underneath makes all the difference when things don't go as expected. Next up: JavaScript — where the web stops being static and starts thinking. #WebDevelopment #CSS #HTML #JavaScript #Python #FullStack #StructuralEngineering #BridgeEngineering #DigitalEngineering #Upskilling #AI
To view or add a comment, sign in
-
-
A Structural Engineer acquiring Web Dev Skills — Day 11/100 JavaScript Day 2/25 ✅ 🟢 Python → 🟢 HTML & CSS → 🟢 JavaScript → ⚫ React → ⚫ ReactFlow → ⚫ FastAPI ______________________________ Java script Fundamentals Part 2 — done. Another 4.5 hours, another single sitting. JavaScript keeps feeling closer to Python than it has any right to. Different worlds on paper — one lives in the browser, the other in data analysis — but the logic underneath is the same. That familiarity is dangerous in a good way. It makes you move faster than you expected. Fundamentals are now fully covered. Tomorrow the real thing begins — actual web page development. The goal with these posts is simple: Some days the only reason I open the course is knowing this update is due. That's enough. #WebDevelopment #JavaScript #Python #FullStack #StructuralEngineering #BridgeEngineering #DigitalEngineering #Upskilling
To view or add a comment, sign in
-
20260412: Catching up: • Frontend work on a Zep + Next.js stack with Vercel and Doppler for secrets. • Building a local-first version of the same project on Memgraph/Neo4j and Django, containerized. • A few databases came out of the last stretch: • Resume and role-matching DB pulling from O*NET and other public sources, mapping skills to roles. The idea is to make lateral transitions easier and give recruiters and employers a better match surface alongside the static resume process. For me personally, I'm still trying to find work so it's helping guide me on where to apply since I'm still figuring out where my skills are most wanted and most helpful. • SQLite DB for tracking meanings and connections for a specific topic I find interesting, paired with an HTML generator that extracts JSON from the DB and populates the template. • Cloned a few bug bounty repos with reference databases. • Research into model types, training, and fine-tuning. LM Studio has been a good environment for custom configs. Qwen3.5:2B stays my favorite for its size-to-capability ratio. • Local image pipeline on about 5k project images: a deterministic stage pulls dimensions, orientation, plus dominant hex colors and maps them to actual color names before anything reaches the model, then via Ollama, Qwen generates image descriptions and tags. The two outputs merge into one doc per image for review. Got it to run and the results do what I need for organizing and downstream analysis. • Focusing more heavily on common system design patterns. Catching myself before committing to missteps. Slow is fast. #AIEngineering #MLOps #KnowledgeGraphs #LocalFirstAI #Python
To view or add a comment, sign in
-
Every great web application starts simple and evolves step by step: HTML builds the foundation 🧱 CSS adds design and experience 🎨 JavaScript brings it to life ⚡ Node.js powers the backend 🔧 MongoDB stores the data 🗄️ Python unlocks advanced capabilities 🤖 It’s not just about learning tools—it’s about understanding how they connect to create something powerful. Keep building. Keep improving. The journey never stops. 💻✨ #WebDevelopment #FullStack #CodingJourney #Developers #TechGrowth
To view or add a comment, sign in
-
-
Let me tell you about a project that taught me more than 6 months of tutorials. In 2023, I built "PGFinder" — a full stack property search platform. The idea was simple. Help people find paying guest accommodations based on location, budget and preferences. The reality of building it? Anything but simple. The frontend was React. The backend was Python. The database had to handle real time search filtering across multiple parameters simultaneously. The first version was slow. Not a little slow. Embarrassingly slow. A search query was taking over 3 seconds to return results. 3 seconds is an eternity for a user. So I went back to the database layer. Rewrote the queries. Added proper indexing. Optimised the filtering logic. The same query dropped to under 400 milliseconds. That moment taught me something no tutorial ever did — Performance problems are almost always data problems in disguise. It's not your React components. It's not your Python logic. It's how you structure and query your data. The second lesson was about scope. I started building every feature I could imagine. Location filters. Budget sliders. Photo galleries. Reviews. Maps integration. I had to stop myself and ask — what does a user actually need on day one? Just the search. Just the results. Just the contact. Ship the core. Add the rest later. That single mindset shift saved weeks of wasted development time. Building real projects teaches you things that no course ever will. What's the biggest lesson a real project taught you? #FullStackDevelopment #ReactJS #Python #ProjectBreakdown #DeveloperLife #Tech2026 #BuildInPublic #NodeJS #WebDevelopment #Coding
To view or add a comment, sign in
-
-
Why I went back to the basics after 2 years in Backend Engineering I started my journey with Python in 2021, but my professional break came in April 2024 when I stepped into a PHP role. Last year, I added C# to my toolkit to broaden my perspective on system design. Now, as I prepare to master Laravel, I decided to do something many developers overlook: I went back to the very beginning. I recently finished the "PHP for Beginners" series on Laracasts. I didn't do it for a certificate—I did it for the "Why." In an era of AI chatbots and agents, anyone can generate syntax. But knowing the fundamentals and the architecture of a project is what distinguishes an Engineer from a "vibe coder." To build truly scalable systems, you have to understand the core patterns of the language you're using. Key takeaways from the journey: ✅ The Service Container: Building one from scratch (see image) to master Dependency Injection. ✅ The PRG Pattern: Mastering Post/Redirect/Get for cleaner user flows. ✅ Modern OOP: Bridging the gap between C# patterns and PHP 8.x standards. The Lesson: You don’t have to be a Senior to value the fundamentals. Whether you have 2 years of commercial experience or 10, the best way to move forward in the AI age is to occasionally look back and sharpen the foundation that the "masses" are skipping. #PHP #WebDevelopment #AI #SoftwareArchitecture #Laravel #Python #CSharp #Backend #CleanCode #Laracasts
To view or add a comment, sign in
-
-
🚀 Stop Overthinking: Python vs JavaScript for Beginners A lot of aspiring developers delay their journey because of one fear: 👉 “What if I choose the wrong programming language?” Here’s the truth: ❌ There is no “wrong” choice between Python and JavaScript ✅ Both are powerful, beginner-friendly, and highly in demand 💡 Start First. Optimize Later. If you’ve already picked one: 👉 Keep going. Don’t switch. Don’t restart. Focus on: - Understanding the basics - Writing real code - Building small projects Because once you learn one, the second becomes much easier. 🧠 Why They’re Both Great Both Python and JavaScript are dynamically typed, which means: - Faster to learn - Flexible to write - Easier transition between them 👉 What you learn in one largely carries over to the other. 🎯 So Which One Should You Choose? 🌐 Choose JavaScript if you want: - Frontend development - Interactive websites - Full-stack web apps Tools you’ll grow into: ⚙️ React • Vue • Angular ⚙️ Choose Python if you want: - Backend systems - Automation & scripting - Data analysis & AI Tools you’ll grow into: 📊 Pandas • NumPy • Scikit-learn 🔍 The Real Difference It’s not the language… 👉 It’s the ecosystem and tools around it. That’s what shapes your career path over time. 🧭 What If You’re Still Confused? Simple: 🔹 Pick one 🔹 Learn the fundamentals 🔹 Build projects 🔹 Stay consistent 📌 Final Advice The biggest mistake isn’t choosing the wrong language… 👉 It’s not starting at all Stop overthinking. Start coding. Get real reps in. 💥 That’s what creates real progress. #TechCareer #Programming #Python #JavaScript #LearnToCode #SoftwareDevelopment #WebDevelopment #CareerGrowth #CodingJourney #Developers
To view or add a comment, sign in
-
-
💡 Languages are tools knowing when to use them is the real skill. Here’s a simple (and fun 😄) breakdown of popular programming languages and their uses: 🔹 HTML → Structure 🎨 CSS → Style ⚡ JavaScript → Interaction ⚛️ React → Building UI 🐍 Python → Science & Automation 🎮 C# → Game Development ☕ Java → Data Structures & Backend 💰 PHP → Web & Monetization …and more 👀 📌 The truth? No language is “best” — it depends on the problem you're solving. 🔥 Pro Tip: Master 1–2 languages deeply instead of chasing 10 superficially. 💬 Which language are you currently learning or using? #Programming #WebDevelopment #JavaScript #Python #Coding #Developers #Tech #Learning #SoftwareEngineering
To view or add a comment, sign in
-
-
🚀 Starting my journey in web development! I’m happy to share my first project — a Flask CRUD Web Application 💻 🔹 Built using: Flask, MySQL, HTML, CSS 🔹 Features: Create, Read, Update, Delete operations 🔹 Deployed using Render 🔹 Source code available on GitHub 🌐 Live Demo: https://lnkd.in/gXdhjUYY 💻 GitHub Repo: https://lnkd.in/gRbe_2YB This is just the beginning — looking forward to building more advanced and impactful projects ahead! #Flask #Python #WebDevelopment #BeginnerProject #svhec Dr. Muralisankar Kumaresan Guide KABILESH RAMAR
To view or add a comment, sign in
Explore related topics
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development