Joined August 2020
35 Photos and videos
It's been fun organizing this event together with @ahimbis07260494, @Blockchaindekut and Yvonne Mukami. It was especially fun hosting an introductory session to #Blockchain and #Web3 during the event. I do believe that this is the future and we should all embrace it 🚀
4
77
2 Oct 2025
I'm currently on a journey of learning #DataStructuresandAlgorithms and what better way to supplement that knowledge than to check out their implementation on the @solana source code. I noticed that #hashmaps were used ingeniously in this function below: 🧵
1
43
2 Oct 2025
There are slightly different routes on how the accounts are manipulate, depending on where the accounts data resides. If the data was from cold storage, it is first converted to a #hashmap after transformation. Why? That's the ingenious part...
1
21
2 Oct 2025
1. It ensures de-duplication of accounts -- no two accounts with the same public key can be entered into the hashmap, only the most recent will be entered. 2. 𝘊𝘰𝘯𝘴𝘵𝘢𝘯𝘵 𝘵𝘪𝘮𝘦 𝘖(1) is used for lookup of duplicates and insertion, making the whole process super fast.
20
4 May 2024
1/6 I've been working on a certain machine learning project, creating models that can tell if a credit card transaction is fraudulent or not. It has been quite an interesting journey. #DataScience #MachineLearning
1
1
6
284
4 May 2024
5/6 Now, for the results, the SVC model performed best in both cases with the best average score. If I were doing this project for a financial institution, I would have recommended it to them.
1
1
2
104
4 May 2024
6/6 Oh, and I also did some research on "story telling with data". See how the result graphs were well crafted with emphasis given to the recall bars; that is what would be most important to the banks. Also, the SVC model bars were also highlighted showing that it was the best.
1
3
73
16 Apr 2024
1/2 Here is a sneak peak of the analysis I've done before I release the report🧑‍💻. You'll see that there is a steady increase in the number of movies released and movie revenue over the years📈, makes sense right, well apart from 2010❌, where something went wrong.
16 Apr 2024
Decided to do a little analysis of movies from a dataset I got from @kaggle as I practice my #DataScience skills. Who knew that writing a report was so much harder than doing the actual analysis🥲. Anyways, analysis ✅, I'll be dropping the report soon with the Jupyter notebook😁
1
1
103
16 Apr 2024
2/2 Also, Animation turns out to be the highest returning genre in terms of revenue💲. Can you guess why exactly animation and not any other genre?😶‍🌫️ All answers and further analysis coming up in the report. P.s the data was from movies released from 1927 to 2010 #DataScience
40
16 Apr 2024
Decided to do a little analysis of movies from a dataset I got from @kaggle as I practice my #DataScience skills. Who knew that writing a report was so much harder than doing the actual analysis🥲. Anyways, analysis ✅, I'll be dropping the report soon with the Jupyter notebook😁
6
260
Oxpheus retweeted
Yesterday I joined the Bi-weekly session hosted by @gdsc_dekut, On internship: from interviews to on-the-job strategies. Grateful to @gatere_mark and @muchaibriank for organizing, with @Gibson_Gichuru sharing valuable insights. Although I joined a bit late, here are my takeaways:
1
3
4
389
Oxpheus retweeted
Meanwhile in Dublin
199
787
6,869
1,087,795
11 Jan 2024
I'm happy to share that I'm done with @Google's Project Management course🚀. I'm currently using the knowledge gained to write and maintain documentation for a certain project I'm participating in. Can't share much about it now but will do so in due time. coursera.org/share/05ae4a189…
1
3
161
11 Jan 2024
Another is the Project Plan, which contains the project's timeline, milestones, dependencies and the roles of team members and stakeholders. It's meant to help keep the project on track.
1
69
11 Jan 2024
Generally, I'm working together with the project lead towards carrying out the goals for the project.
63