KevCare @CodingKevCare
Building startup sand castles in a fable watery economic landscape of South Africa. || An ALX SWE graduate program soldier 🪖🫡 Wakanda Software Tech Center Joined April 2022-
Tweets2K
-
Followers660
-
Following421
-
Likes2K
Starship rocket booster caught by tower
The tower has caught the rocket!!
Day 39 - 41 of #100DaysOfCode We have learned about useEffect hook for the past 3 days... Though slow but worth the deep read up as it is more complex than useState.. We will now engage in practice to be solid on it. Days have been slower and fatigue taking places as well.
Day 39 - 41 of #100DaysOfCode We have learned about useEffect hook for the past 3 days... Though slow but worth the deep read up as it is more complex than useState.. We will now engage in practice to be solid on it. Days have been slower and fatigue taking places as well. https://t.co/ZkOZVzUqqf
It’s getting closer #GKHack24
Day 36 - 38 of #100DaysOfCode Days and weekends of abusing the API to build a UI around it... The learning is mostly around creating components within components to enhance the UI and add more features of the app And yes I don't care about UI that much for now 😅
Day 36 - 38 of #100DaysOfCode Days and weekends of abusing the API to build a UI around it... The learning is mostly around creating components within components to enhance the UI and add more features of the app And yes I don't care about UI that much for now 😅 https://t.co/7jhwdkA0Kd
Day 33 - 35 of #100DaysOfCode What we learned: -Creating components within components and fetching new API data on the other component. -Surprisingly: State management in terms of variable and data fetching and displaying it on the UI... The other 2 components clarified this
Day 33 - 35 of #100DaysOfCode What we learned: -Creating components within components and fetching new API data on the other component. -Surprisingly: State management in terms of variable and data fetching and displaying it on the UI... The other 2 components clarified this https://t.co/sLuQaE0ZKk
Applications for our annual Geekulcha Hackathon are NOW OPEN! 🎉 Whether you join us online or in person, it’s time to hack for a brighter future. Let’s build something amazing together! 💻✨ Don’t miss out – secure your spot now! 🔗👉 gklink.co/hackathon #GKHack24
Day 31 - 32 of #100DaysOfCode Past 2 days have been about abusing the API key and rendering whatever I get out of it and styling it properly to make it look good.. Mostly worked on the CSS 😓 and I'm realising that I am going to need a UI/UX designer when I work on projects 😕
Day 31 - 32 of #100DaysOfCode Past 2 days have been about abusing the API key and rendering whatever I get out of it and styling it properly to make it look good.. Mostly worked on the CSS 😓 and I'm realising that I am going to need a UI/UX designer when I work on projects 😕 https://t.co/zo98uKldk9
Day 30 of #100DaysOfCode Project Update: - The Search bar is fully fetching data from the API.. - We created a component that displays the fetched data as a list and shows them on the screen... This is called rendering 😅 Basically: my search bar now shows the words unlike b4
Day 30 of #100DaysOfCode Project Update: - The Search bar is fully fetching data from the API.. - We created a component that displays the fetched data as a list and shows them on the screen... This is called rendering 😅 Basically: my search bar now shows the words unlike b4 https://t.co/CjXxmMJ0VU
Day 29 of #100DaysOfCode In my project I'm trying to search for food like pasta from my search bar and in the background the food data must be fetched and be displayed. The useEffect hook helps us with that: - It's a hook that allows us to do side effects like fetching data.
Day 29 of #100DaysOfCode In my project I'm trying to search for food like pasta from my search bar and in the background the food data must be fetched and be displayed. The useEffect hook helps us with that: - It's a hook that allows us to do side effects like fetching data. https://t.co/O4JdonWSNb
Day 27 - 28 of #100DaysOfCode Got the idea of how Hooks work and it's project time to solidify the understanding... Starting with useEffect: a hook that performs side effects like fetching data... meaning we have to look into APIs. Played with Postman for APIs before project
Day 27 - 28 of #100DaysOfCode Got the idea of how Hooks work and it's project time to solidify the understanding... Starting with useEffect: a hook that performs side effects like fetching data... meaning we have to look into APIs. Played with Postman for APIs before project https://t.co/B2T0hI6g0u
Day 26 of #100DaysOfCode We got into the world of React Hooks... Understanding the different types of hooks and what their use cases are... Didn't have much learning during the day due to the AWS Summit but we were about start with the project to understand.
Day 26 of #100DaysOfCode We got into the world of React Hooks... Understanding the different types of hooks and what their use cases are... Didn't have much learning during the day due to the AWS Summit but we were about start with the project to understand. https://t.co/wdH8AZ54zQ
Day 24 - 25 of #100DaysOfCode We're back! Did some finishing touches on the Todo List: -Feature: Delete functions -Feature: line-through function and CSS module... The delete functions got more complicated as the parameters and the state had to move around
Day 22 - 23 of #100DaysOfCode It's application time: Currently creating a to-do list Handling events, buttons and input fields.. Had to learn a lot of different CSS Styling in React 🙄 Liked it though cause it's a bit different Still working on the delete button component
Day 22 - 23 of #100DaysOfCode It's application time: Currently creating a to-do list Handling events, buttons and input fields.. Had to learn a lot of different CSS Styling in React 🙄 Liked it though cause it's a bit different Still working on the delete button component https://t.co/4flFwIImIg
Day 18 - 21 of #100DaysOfCode 4 days of rigorous learning 😏 Solidified My: -States Knowledge -Expanded more on Rendering -Hooks -React Event Handling -Input field handling My understanding of this library is coming together... I'm starting to enjoy this thing...
Day 18 - 21 of #100DaysOfCode 4 days of rigorous learning 😏 Solidified My: -States Knowledge -Expanded more on Rendering -Hooks -React Event Handling -Input field handling My understanding of this library is coming together... I'm starting to enjoy this thing...
Day 17 of #100DaysOfCode We got into *Rendering Components* and the types of rendering... slowly getting it. Then dived into *Events and event Handling*... JS revision with a twist of using components instead of functions. Now States 🙆🏾♂️ Memory variables within a component 🤔
Day 17 of #100DaysOfCode We got into *Rendering Components* and the types of rendering... slowly getting it. Then dived into *Events and event Handling*... JS revision with a twist of using components instead of functions. Now States 🙆🏾♂️ Memory variables within a component 🤔
Day 16 of #100DaysOfCode Back at it! We dived deeper into: -React Properties and their types -Got into destructuring and default props Now we touched down into Rendering: -Components and JSX -Conditional rendering -Re-rendering React is not pap n vleis but there's light
Day 16 of #100DaysOfCode Back at it! We dived deeper into: -React Properties and their types -Got into destructuring and default props Now we touched down into Rendering: -Components and JSX -Conditional rendering -Re-rendering React is not pap n vleis but there's light
Day 15 of #100DaysOfCode Today we expanded on components and their types... Looked into props Looked into JSX Coming from the Python background it was easier to do importing of modules and expanding on the skeleton of the topic at large.
Day 12 - 14 of #100DaysOfCode 1stly NodeJs showed me flames 😭 Horrible start But I've learned this: -Node & it's NPM run React -React comes as a package: (Create-React-App) - CRA Folder Structure - A component called App & Div Root are the spine of React Painful start
Day 12 - 14 of #100DaysOfCode 1stly NodeJs showed me flames 😭 Horrible start But I've learned this: -Node & it's NPM run React -React comes as a package: (Create-React-App) - CRA Folder Structure - A component called App & Div Root are the spine of React Painful start

Uitawwau @Uitawwau689946
71 Followers 2K Following
Libbie McGlynn @LibbieMcgl1100
58 Followers 3K Following
TG Kelvin @chike_thankgod
1K Followers 6K Following Senior Frontend Dev @Qucoon 🚀 | Built apps for 100K+ users | React/React Native expert | AWS Certified | AI enthusiast | Open source contributor 🛠️
Circut 21 21 @21_elango33
1 Followers 354 Following
Fcodes 🪖 فواز @Fawaz_Ddev
145 Followers 829 Following Software engineer || Frontend || Backend || Python || Blockchain || Automation || AI/ML || Graphic designer || Tech nigga.. always building 🧑💻 #keepgrowing
Sakhile @Sakhile76499038
206 Followers 4K Following
Sabyasachi Mohapatra. @sabya2004
1K Followers 1K Following MERN Stack Web Developer | Nextjs | MySQL | Java | C++ | DSA | Computer Science and Engineering Student | age 20
bwxnx @bwanaogot_
5 Followers 83 Following
Sir.GPT 👑 @Given_kibanza
846 Followers 3K Following
WatchoutMovies @watchout_movies
48 Followers 91 Following Your movie reminder || keep you notified for lastest movie updated || Check our website for latest movies recommendations 
Tech World Software S... @nbktechworld
314 Followers 1K Following Learn computer software development online with video courses. Programming and engineering lessons including frontend and fullstack coding.
Thato @Thato70756482
10 Followers 83 Following
Pat Bas @PatBas1
42 Followers 408 Following
Despark @Desparkweb3
7K Followers 599 Following User research platform for Web3. Connecting web3 companies to their ideal users for feedback. Users: Sign up today and get paid at https://t.co/nm9qgrdpfx
Godwin ubani @godwinubani_
125 Followers 392 Following Software Developer | Tech Entrepreneur | Building AI-Powered Digital Experiences
Pheresu Edgar @pheresu29667
18 Followers 425 Following
Michael Kesiye @KesiyeMichael
75 Followers 2K Following Graphics designer, Microsoft Azure Cloud engineer and crypto enthusiast.
Zipho @Zipho_Math
43 Followers 224 Following ALX SWE_Student/Chemical 👨💻 | Occasional Guitarist 🎸|Full-Stack Developer Optimist
JoshuaLeistiko @JoshuaLeis57956
31 Followers 2K Following
Amylynn40 @amylrose40
265 Followers 2K Following People around the world need to take a stand against what is happening to our children. Stop accepting children being abused and used in sexual manner. It’s sic
Favour Idowu @favour_eng
316 Followers 990 Following A Creative Software Engineer 😵💫 || A Software Engineering Graduate From ALX || Upcoming Guitarist || Penetration Tester || NSBE Kwasu PRESIDENT
PePe @stephenmburugi3
244 Followers 466 Following Certified Software Engineer @ALX_Africa, Bsc Informatics at Moi university, a tech enthusiast, busy looking for work. I will code my ass off.🫡
John Mwanyambu @jmwanyambu
71 Followers 323 Following Backend developer | python | Django | MySQL | RESTful API | Git | Shell scripting
Zoro Mystic @zoro58687
20 Followers 764 Following
PadreMO @padre_mo
420 Followers 5K Following
wendobk @WendoKasina
7 Followers 51 Following #ALX month 1 Data science | language learner | explorer | economics and statistics. #doinghardthings. perpetual learner in the school of life. 6 months grind
Justice mmatjee @JusticeMmatjee
26 Followers 185 Following simple south African individual from Indermark in Limpopo, likes world politics
Tony Mputhia @tonymmputhia
70 Followers 326 Following SWE Graduate @alx_africa and @HolbertonSchool | Mechatronic Engineer | Gooner 4 Life
Mutai Cheruiyot Gideo... @giddymutai
658 Followers 3K Following A poet and a writer, frontend developer with skills in JavaScript, ReactJs, Material UI, Data Analysis using scipy, matplotlib, Tensoflow, pandas in Python
ⓢⓣ&ⓒ @aceteasea
198 Followers 1K Following Full-stack, Angular, Ruby on Rails, Basketball 🏀 Arts 🎨 & Music 🎻 ALX Alumnus
GarethzkRider @Garethzk5
83 Followers 2K Following A crypto enthusiast #suiGlobalRider https://t.co/aLvhNUorXz England @guildxyz #mintSquare #zApes
Nyuki🐝 @BlackJey5
712 Followers 3K Following Admin VA & Airbnb co-host Business, AI, Tech, Digital marketing enthusiast. DM to get started 🇰🇪👨🏾💻
Weldon Kiprop✨ @kiprop_weldon
602 Followers 1K Following Telecommunications Engineer | Cyber Security Enthusiast | Software engineering student @Alx | Positivity ❣️
Opeyemi Idowu @yemi_kun
32 Followers 235 Following
Sabyasachi Mohapatra. @sabya2004
1K Followers 1K Following MERN Stack Web Developer | Nextjs | MySQL | Java | C++ | DSA | Computer Science and Engineering Student | age 20
Aishwarya Adyanthaya @aishwaryaadyan2
5K Followers 77 Following AI & Blockchain enthusiast. Experimenting & learning. Check out my GitHub for the latest projects. Let's connect & geek out over tech! 🤖🔗
Sir.GPT 👑 @Given_kibanza
846 Followers 3K Following
atkn @atkntepe
5K Followers 1K Following coding, designing, exploring ai, ai gen building cool stuff @primefaces @primevue
Awalu Levison @LevisonAwalu
217 Followers 649 Following ALX Software Engineer (Frontend) | AI Enthusiast | Graphic Designer
Python Coding @clcoding
595K Followers 95 Following 🚀 Learn #Python the fun way! 📌 Daily tips, tutorials & projects | Educator | AI Community Partner Free Course https://t.co/l9NKxZVTrz
Weldon Kiprop✨ @kiprop_weldon
602 Followers 1K Following Telecommunications Engineer | Cyber Security Enthusiast | Software engineering student @Alx | Positivity ❣️
Nahima Madey @NahimaMadey
497 Followers 283 Following Building @ https://t.co/gO4mI1awVo | Take In Tech💻
CatherineKimani @ckimani882
875 Followers 915 Following Building innovative web solutions 💻 | Full Stack Developer | React, Django, Python | Passionate about tech, learning, and community
ThinkersX @ThinkersX
104 Followers 211 Following Africa-focused software engineers solving local challenges through tech. Join us in shaping a better future! #TechForAfrica
Asakundwi Mulaudzi @AsakundwiM
164 Followers 1K Following
Its_l.e.k.y @leky_reborn
557 Followers 642 Following In alignment with God's perspective of me | Code Merchant | https://t.co/vmgK4R68NR I choose to be a creator and effector in my life.
Miss.Decorum💫🇰�... @ruth_musungu
657 Followers 1K Following Data Analyst|ML Engineer|Tech enthusiast👩💻
Nonso Dev @nonsodev
2K Followers 2K Following Senior ML engineer and Tech educator •• I Make AI powered solutions •• I speak 🇬🇧🇸🇦🇪🇸 .
Founders Sauce @FoundersSauce
7K Followers 2K Following Get practical tools to start your business, support to grow your startup, and funding insights to scale.
Christian | GenxBonVi... @GenxBonVivant
5K Followers 4K Following #Entrepreneur | Ex Army | Private Concierge (Travel, Lifestyle & Relocation) | Digital Nomad | Marketing & AI | DMs open https://t.co/Zn0MKwlPpT
Hector Vlad Itok @ItokVlad
3K Followers 3K Following Transaction banking @UBAgroup | Banking x Data | Making sense of numbers in African finance | @alx_alumni | Hot takes included.
Tega @__tega__
4K Followers 4K Following I help food vendors improve their brand reputation so that customers can have confidence in buying from them.
Kena.py📟 @kena_data
1K Followers 1K Following Data Engineer👨🏾💻 | Python | SQL🧮 | Microsoft Azure Certified☁️🔋 | I make tables and build pipelines
Busta_Bug @_samurai93
765 Followers 2K Following Evolve. Code. L. Cruisers 79 Series. Motor Bikes. Gunner 🔴⚪
22OnSloane @GEN22OnSloane
6K Followers 414 Following Africa's largest Startup Campus for innovators and job creators, who launch startups that bring ideas to life, drive economic growth and expand human welfare
GDGPretoria @GdgPretoria
466 Followers 154 Following The official Google Developer Group of Pretoria, South Africa. We meet regularly to discuss tech : Visit : https://t.co/ekNAUZukSc
Maxwell Nana Forson @_nanafox
333 Followers 298 Following Building software that solves today’s problems—with a sharp eye on tomorrow’s possibilities.
𝙷𝚒𝚕𝚕𝚢�... @hilly_man
962 Followers 2K Following 𝙱𝚊𝚌𝚔𝚎𝚗𝚍 || 𝙿𝚢𝚝𝚑𝚘𝚗 || 𝙿𝚛𝚘𝚓𝚎𝚌𝚝 𝙼𝚊𝚗𝚊𝚐𝚎𝚛 || 𝚎𝚡 @alx_africa || 𝙳𝚎𝚟𝙾𝚙𝚜 𝙴𝚗𝚝𝚑𝚞𝚜𝚒𝚊𝚜𝚝, 𝙸 𝚍𝚘 𝚑𝚊𝚛𝚍 𝚝𝚑𝚒𝚗𝚐
Marlon Stevenson @mRockSwe
392 Followers 707 Following Recruiter by day, code warrior by night. Accepting Donations: https://t.co/LXbLQ7BxMG | SWE | #JavaScript 💻 | #AI 🤖 | #Career 📈| #CyberSec 💽
Inclined4_X @Inclined4_X
209 Followers 400 Following Aspiring full stack dev👨🏾💻 . Open to get and share information with/from other tech enthusiasts. Learning JavaScript at the moment
Yes4Youth @Yes4YouthZA
20K Followers 383 Following Transforming companies, communities and youth lives by connecting youth to economic opportunity through quality work experiences; building a future that works.
John✨️ @AdemoyeJohn
31K Followers 729 Following
Mati 🌴 @matifanger
5K Followers 4K Following Building https://t.co/aqJeOHTvx6, https://t.co/73m8pHqbmo.
The Odin Project @TheOdinProject
45K Followers 61 Following An open source online curriculum for learning web development. We help our learners pick up the skills they need to get hired as web developers.
Gomolemo Mohapi @GomoMohapi
2K Followers 673 Following It matters not how strait the gate, How charged with punishments the scroll, I am the master of my fate, I am the captain of my soul ✨
Lydia Sebokedi @LSebokedi
560 Followers 1K Following
Josh Burns Tech @JoshBurnsTech
50K Followers 531 Following All Glory to God 🙏 SQL Freelancer (Top 1%) on @Upwork with $1.2M+ Earned | YouTuber 162k subs
Abeer Mosaad @Abeer_MOsaad0
942 Followers 2K Following Software Engineer @ _VOIS | Ex-Software Engineer Intern @alx_africa
BBD @bbdsoftware
4K Followers 210 Following Building better software for your business since 1984. Follow us for industry insights, available job positions and what BBDers get up to!
Robert Sabuni @SabuniRobert
416 Followers 1K Following Being aware of a what a mystery life is✨ Project Management | Training | Data Analytics | Head of Knowledge Management @plpafrica⚡
Favour Michael @Froches_
2K Followers 999 Following @alx_africa SE Alumni | HNG11 Finalist | HNG 12 Mentor | X Space host | Doing hard things : ) | Living a colorful life one stitch at a time 🧶🪢
Pratik Rajput @its_Pratik_R
2K Followers 2K Following Ex-Frontend Developer at Empoddy ✦ MERN Stack Dev ✦ Next.js ✦ DM me for freelance project
Bonolo @Nolinkie
9K Followers 2K Following God. Arsenal fan. A lover. Love simple things. walks, books,gentle conversation. good energy, thoughts. traveling. silence. details-nothing material will come.
MGumbo @__Mgumbo
370 Followers 767 Following Esse quam videri |Biochemist | @alx_africa SE trainee | Holberton