Brooks1victor Profile Banner
Mukumbu K. SE Profile
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
Don't wanna be here? Send us removal request.
@Brooks1victor
Mukumbu K. SE
1 month
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
@denicmarko
Marko Denic
1 month
There's nothing JavaScript can't do. Check this out!
149
189
3K
@Brooks1victor
Mukumbu K. SE
1 month
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
@Brooks1victor
Mukumbu K. SE
1 month
๐Ÿ’ฏ
@Prathkum
Pratham
1 month
Consistency beats luck every time. Show up daily, do the work, you can outperform 99% of people.
0
0
1
@Brooks1victor
Mukumbu K. SE
1 month
== 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
@Brooks1victor
Mukumbu K. SE
2 months
โšก 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
@iAnonPatriot
American AF ๐Ÿ‡บ๐Ÿ‡ธ
2 months
Charlie Kirk was only 19 years-old when he tweeted this.. ๐Ÿ’”๐Ÿ’”
231
7K
57K
@inezalbright2
Annette Albright
2 months
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
@Brooks1victor
Mukumbu K. SE
2 months
Web development simplified
@e_opore
Dhanian ๐Ÿ—ฏ๏ธ
2 months
๐—™๐˜‚๐—น๐—น ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—บ๐—ฒ๐—ป๐˜ โ€“ ๐˜๐—ต๐—ฒ ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜๐—ฒ ๐—ฟ๐—ผ๐—ฎ๐—ฑ๐—บ๐—ฎ๐—ฝ ๐˜†๐—ผ๐˜‚ ๐—ป๐—ฒ๐—ฒ๐—ฑ ๐˜๐—ผ ๐—ฏ๐˜‚๐—ถ๐—น๐—ฑ ๐—บ๐—ผ๐—ฑ๐—ฒ๐—ฟ๐—ป ๐˜„๐—ฒ๐—ฏ ๐—ฎ๐—ฝ๐—ฝ๐˜€ 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
@nodejs
Node.js
2 months
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
@Brooks1victor
Mukumbu K. SE
2 months
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
@Brooks1victor
Mukumbu K. SE
2 months
Super Hard to accomplish,but very possible
@NanouuSymeon
โ€ข nanou โ€ข
2 months
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
@Brooks1victor
Mukumbu K. SE
2 months
You can't rise where you haven't fallen ๐Ÿ’ฏ
@Prathkum
Pratham
2 months
The fastest way to learn is to let strangers on the internet laugh at your first draft.
0
0
0
@Brooks1victor
Mukumbu K. SE
2 months
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
@Brooks1victor
Mukumbu K. SE
2 months
Learn first,then remove the L from learn ๐Ÿ’ฏ
@csaba_kissi
Csaba Kissi
2 months
Learn to code, then learn to show your work. That combo prints opportunities.
0
0
1
@Brooks1victor
Mukumbu K. SE
2 months
Messy .then().then().catch() chains? ๐Ÿ˜ซ Switch to Async/Await โœจ โœ… Cleaner syntax โœ… Easier debugging โœ… Works with try...catch #JavaScript #CodeNewbie #AsyncAwait
1
0
4
@Brooks1victor
Mukumbu K. SE
2 months
Motivation gets you started. Discipline keeps you going. Build habits, not hype. ๐Ÿ’ช Good morning everyone โ˜€๏ธ #Discipline #Consistency #MindsetShift #buildinginpublic
0
0
1
@Brooks1victor
Mukumbu K. SE
2 months
Building a weak idea is better than imagining a strong idea
4
0
9
@Brooks1victor
Mukumbu K. SE
2 months
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
@Brooks1victor
Mukumbu K. SE
2 months
Freedom reimagined
@Novine_Farm
Novine Farm ๐Ÿง‘โ€๐ŸŒพ
2 months
The goal was never Gucci bags and LV suitsโ€ฆ. #RaisedByCows
0
0
1