Search results for #MachineCoding
Day-7 of #100daysofcoding Today's topics learned:- 1. Higher order array in js 2. Filter map & reduce 3. DOM NodeList and HTML collection 4. 3 projects on DOM #letsconnect #machinecoding #FrontEnd #interview #develop #webdevelopment #explore #javascript #buildinpublic #dom
Day-6 of #100daysofcoding Today's topics learned:- 1. Control flow in js 2. For loop with break and continue 2. While and do while in js #letsconnect #machinecoding #FrontEnd #interview #develop #webdevelopment #explore #javascript #buildinpublic #reactjs
Day-5 of #100daysofcoding Today's topics learned:- 1. Global and local scope 2. This and arrow fn, IIFE 3. Google search clone on git continuation #letsconnect #machinecoding #FrontEnd #interview #develop #webdevelopment #explore #javascript #buildinpublic #letsconnect
Day-4 of #100daysofcoding Today's topics learned:- 1. Objects destructing in js 2. Functions and params 3. Google search clone on git continuation #letsconnect #machinecoding #FrontEnd #interview #develop #webdevelopment #explore #javascript #buildinpublic #letsconnect
Day-3 of #100daysofcoding Today's topics learned:- 1. Objects in js 2. Array in js 3. Google search clone on git start #letsconnect #machinecoding #FrontEnd #interview #learning #develop #webdevelopment #explore #javascript #react #buildinpublic #letsconnect #oops #react
Day-2 of #100daysofcoding Today's topics learned:- 1. Strings in Js 2. Number and maths in js 3. Date and Time in js #letsconnect #machinecoding #FrontEnd #interview #learning #develop #webdevelopment #explore #javascript #react #buildinpublic #letsconnect #oops #reactjs
Day-1 of #100daysofcoding Today's topics learned:- let, var and const, datatypes, ecma, conversions, string , comparison of datatypes, stack and heap #letsconnect #machinecoding #FrontEnd #interview #learning #webdevelopment #javascript #react #buildinpublic #letsconnect
✅ Day 11 – Capitalize Each Word Trimmed extra spaces, split words, capitalized first letter, lowercased rest. "hello world" → "Hello World" Thanks @akshaymarch @namastedev for these crisp challenges ✨ #100DaysOfCode #JavaScript #MachineCoding
Used Math.log10() + Number.isInteger() to solve this: log(n)/log(3) → check if integer 🧠 Asked in: Dropbox, Stripe, Spotify, Infosys Thanks @akshaymarch7 @namastedev_ for curating these gems 💎 #100DaysOfCode #JavaScript #MachineCoding
🚀 Built a Digital Clock Component in React Today I built a real-time clock with: - Live time & date with AM/PM - Smart tick synced to system seconds - No delay - Clean formatting, reusable 🔗 sync-clock.netlify.app #ReactJS #JavaScript #Frontend #MachineCoding #LearnInPublic
Just solved my first machine coding question on @namastedev_ — all on my own! 💪💻 Big shoutout to @akshaymarch7 — learning React & JS from him made this possible 🙏 Feeling pumped! 🚀 #MachineCoding #ReactJS #FrontendDeveloper #HireMe #JavaScript #BuildInPublic #TechTwitter
✅ Day 5 of Machine Coding – Progress Bar done! Built a dynamic React bar on namastedev.com What’s wild? This exact logic came up in rounds at Netflix, OYO & Twitch. Huge thanks to @akshaymarch7 for these practical gems 🙌 #100DaysOfCode #ReactJS #Frontend #MachineCoding
🚀 Built a Stopwatch Component in React Today I built a stopwatch with: - Start, Pause, Resume, Reset - Lap tracking - Tab-switch pause using window blur/focus - Millisecond-level precision 🔗 isyourstopwatch.netlify.app #ReactJS #JavaScript #Frontend #MachineCoding #LearnInPublic
🚦 Built a Traffic Light Simulator in React Today I created a traffic light system in React - Light transition - Highlight current and next light, also speed - State and interval management 🔗 trafficlighthere.netlify.app #ReactJS #JavaScript #Frontend #MachineCoding #LearnInPublic
🚀 Built an Indeterminate Checkbox Tree in React Features: - Parent-child checkbox - checked and unchecked relation - useState, useEffect, and useRef for DOM + state - DFS to update children + parent 🔗 indeterminate-checkbox.netlify.app #ReactJS #JavaScript #MachineCoding #Frontend
#7/21 of Javascript Learn about Polyfills built mine polyfill of : 1) Map 2) Filter 3) ForEach 4) Promise It is one of the most important in machine coding round Thanks to @piyushgarg_dev @Hiteshdotcom #Javascript #machinecoding #opentowork #WebDevelopment #chaicode
🚀 Built a Snake Game in React Features: - 15x15 grid - WASD/Arrow keys - Snake grows on food - Collisions reset game - useRef and useEffect for movement - Handling game logic Play → killmysnake.netlify.app #ReactJS #JavaScript #Frontend #MachineCoding #WebDev #LearnInPublic
🚀 Built Tic Tac Toe in React Features: - Configurable 3x3 board - X/O toggle turns - Winner detection (row, col, diagonals) - Reset anytime - Deep copy state handling - Utility fn for clean logic 🔗 magictictactoe.netlify.app #ReactJS #JavaScript #WebDev #Frontend #MachineCoding
