Kenny.G πŸ‘¨β€πŸ’» (@kenny_to_code) 's Twitter Profile
Kenny.G πŸ‘¨β€πŸ’»

@kenny_to_code

computer science | frontend developer | Nerd

ID: 1695116685718536192

linkhttps://kennyg.vercel.app/ calendar_today25-08-2023 16:51:58

537 Tweet

31 Followers

115 Following

Kenny.G πŸ‘¨β€πŸ’» (@kenny_to_code) 's Twitter Profile Photo

This problem took me a while to solve. My first approach involved using three pointers β€” first, second, and third. first was initially set to the first element, second to the second element, and third to the third element. So I looped through the array:

This problem took me a while to solve.
My first approach involved using three pointers β€” first, second, and third.
first was initially set to the first element,
second to the second element, and
third to the third element.
So I looped through the array:
Kuye Harry (@harri_py) 's Twitter Profile Photo

23 today! πŸŽ‰ As a small way to give back, I’m offering free CV reviews and one-on-one calls for those preparing to apply to Big Tech (Google, Bloomberg, Goldman Sachs, etc.) this year. Form is in the comments if you’re interested!

23 today! πŸŽ‰

As a small way to give back, I’m offering free CV reviews and one-on-one calls for those preparing to apply to Big Tech (Google, Bloomberg, Goldman Sachs, etc.) this year.

Form is in the comments if you’re interested!
Kenny.G πŸ‘¨β€πŸ’» (@kenny_to_code) 's Twitter Profile Photo

So today I learnt how server side rendering works And how to setup a next.js application... It's really neat and straightforward It also comes with tailwind

Kenny.G πŸ‘¨β€πŸ’» (@kenny_to_code) 's Twitter Profile Photo

Started learning Node.js today - Explored the File System (fs) module: -Reading and writing files synchronously -Reading and writing files asynchronously - Understood that Node.js is single-threaded - Learnt how to create a server with the HTTP module -introduced to the URL

Kenny.G πŸ‘¨β€πŸ’» (@kenny_to_code) 's Twitter Profile Photo

I do have a question tho module the tutorial used CommonJS syntax (require/module.exports). Am I supposed to use that, or use ESM (import/export) instead?

Kenny.G πŸ‘¨β€πŸ’» (@kenny_to_code) 's Twitter Profile Photo

Hello everyone, decided to share a new project i'm working on, it's going to be an online multiplayer ludo game but i'm just starting so it's still client side for now you can check it out live here ludoly.vercel.app while i update my progress

Hello everyone, decided to share a new project i'm working on, it's going to be an online multiplayer ludo game but i'm just starting so it's still client side for now 
you can check it out live here ludoly.vercel.app
while i update my progress
Kenny.G πŸ‘¨β€πŸ’» (@kenny_to_code) 's Twitter Profile Photo

After a lot of battles with bug, i've implemented the logic where the piece enters the home stretch after going round the board it's still live here ludoly.vercel.app if you want to check it out