Mukumbu K. SE
            
            @Brooks1victor
Followers
                74
              Following
                4K
              Media
                62
              Statuses
                863
              Bachelor of science in IT Web and software developer, poet, script writer, html CSS JavaScript, believer in Christ. Book me [email protected]
              
              Joined October 2018
            
            
           Dev poll Which one breaks you the most in JavaScript? ๐ Debugging async ๐ Naming variables โก Closures ๐
 The this keyword #WebDev #JavaScript #CodeNewbie #DevCommunity #BuildInPublic
          
          
                
                1
              
              
                
                0
              
              
                
                1
              
             JS tip: Use ++ to add 1 and -- to subtract 1. Perfect for loops, counters & scores. Cleaner than x = x + 1 ๐ก #JavaScript #CodingTips #WebDev
          
          
                
                0
              
              
                
                0
              
              
                
                1
              
             == coerces types. === checks type + value. Use === for predictable comparisons โ == will surprise you. Quick examples: 0 == false // true 0 === false // false null == undefined // true null === undefined // false #JavaScript #CodeTips #WebDev #100DaysOfCode #CleanCode
          
          
                
                0
              
              
                
                0
              
              
                
                0
              
             โก Every website starts with this: the HTML boilerplate ๐๏ธ <!DOCTYPE html> <html lang="en"> <head>...</head> <body>...</body> </html> โ
 Defines structure ๐ Do you code it from scratch or copy-paste? #HTML #WebDev #CodingTips #Frontend #100DaysOfCode
          
          
                
                0
              
              
                
                0
              
              
                
                1
              
             Charlie Kirk was only 19 years-old when he tweeted this.. ๐๐ 
          
                
                231
              
              
                
                7K
              
              
                
                57K
              
             Charlie Kirk was never racist, homophobic, or any of the other vile labels thrown at him by the Left, liberals, certain Black leaders, or anyone who opposed his movement. He used common sense and logic to push people to look inward and examine their lives โ not just 
          
                
                3K
              
              
                
                13K
              
              
                
                66K
              
             Web development simplified 
           ๐๐๐น๐น ๐ฆ๐๐ฎ๐ฐ๐ธ ๐๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐บ๐ฒ๐ป๐ โ ๐๐ต๐ฒ ๐ฐ๐ผ๐บ๐ฝ๐น๐ฒ๐๐ฒ ๐ฟ๐ผ๐ฎ๐ฑ๐บ๐ฎ๐ฝ ๐๐ผ๐ ๐ป๐ฒ๐ฒ๐ฑ ๐๐ผ ๐ฏ๐๐ถ๐น๐ฑ ๐บ๐ผ๐ฑ๐ฒ๐ฟ๐ป ๐๐ฒ๐ฏ ๐ฎ๐ฝ๐ฝ๐ Whether you code in JavaScript, Python, Java, PHP, or any other language โ these layers shape your journey as a full stack developer. 
          
                
                1
              
              
                
                0
              
              
                
                1
              
             Are you currently hiring for a role that includes using Node.js? Reply with a link to the opening and any relevant context. If you're not, we'd appreciate a repost for visibility ๐ 
          
                
                9
              
              
                
                49
              
              
                
                259
              
             ES6 = Modern JavaScript โ
 Quick recap of ES6 features: ๐น let & const ๐น Arrow functions ๐น Template literals ๐น Destructuring ๐น Spread/Rest ๐น Modules ๐น Promises ๐น Default params Which one is your favorite? ๐#JavaScript #ES6 #CodeTips #WebDev #100DaysOfCode
          
          
                
                0
              
              
                
                1
              
              
                
                1
              
             Super Hard to accomplish,but very possible 
           How to get Job as a Developer in 6 Months: ๐ Month 1: Foundations ๐ Learn HTML, CSS, JS ๐ป Build your first simple website ๐ง  Understand how the web works โ๏ธ Month 2: Core Skills ๐งฑ Master JavaScript basics ๐ Learn Git & GitHub ๐ Create portfolio repo ๐ ๏ธ Month 3: Projects 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             Debugging doesnโt have to be a nightmare ๐ ๏ธ Here are my Top 5 Dev Tools for JS Debugging: โ
 Chrome DevTools โ
 VS Code Debugger โ
 Firefox DevTools โ
 Postman โ
 JSFiddle / CodePen Whatโs YOUR favorite tool? 
          
                
                1
              
              
                
                0
              
              
                
                2
              
             Messy .then().then().catch() chains? ๐ซ Switch to Async/Await โจ โ
 Cleaner syntax โ
 Easier debugging โ
 Works with try...catch #JavaScript #CodeNewbie #AsyncAwait
          
          
                
                1
              
              
                
                0
              
              
                
                4
              
             Motivation gets you started. Discipline keeps you going. Build habits, not hype. ๐ช Good morning everyone โ๏ธ #Discipline #Consistency #MindsetShift #buildinginpublic
          
          
                
                0
              
              
                
                0
              
              
                
                1
              
             Building a weak idea is better than imagining a strong idea 
          
                
                4
              
              
                
                0
              
              
                
                9
              
             JavaScript Promises = cleaner async code ๐ ๐ States: Pending โณ | Fulfilled โ
 | Rejected โ ๐ Use .then() for success, .catch() for errors. Think of it like ordering food ๐: Pending = order being cooked Fulfilled = food arrives Rejected = order canceled #JavaScript #Coding
          
          
                
                0
              
              
                
                0
              
              
                
                0