edwinboon.bsky.social
@edwinboon.bsky.social
Just finished the FP in Python course on @wagslane.bsky.social and achieved a new role
February 21, 2025 at 1:26 PM
25+ Days of Expert-Led Workshops Coming in 2025

All sorts of great stuff coming up for all our members. Intermediate React, Complete Go, CSS Basics, TypeScript Monorepos, and so much more.
25+ Days of Expert-Led Workshops Coming in 2025
All sorts of great stuff coming up for all our members. Intermediate React, Complete Go, CSS Basics, TypeScript Monorepos, and so much more.
frontendmasters.com
February 12, 2025 at 10:15 AM
Today I learned a cool thing. I was asked to calculate the `square root` in Python without using the `sqrt` function.

Turned out that `input **= 0.5` is the correct solution to the problem.

Sometimes we use packages for stuff we don't need to if we only want to calculate it in this one occasion
February 11, 2025 at 11:05 AM
just rebranding my portfolio website. Its still early and WIP but here it is edwinboon.dev
February 10, 2025 at 3:42 PM
Awesome just finished my first guided project on @wagslane.bsky.social

github.com/edwinboon/bo...
GitHub - edwinboon/bookbot
Contribute to edwinboon/bookbot development by creating an account on GitHub.
github.com
February 8, 2025 at 10:17 AM
Awesome made it to a `Disciple` on the @wagslane.bsky.social platform. So far this learning thing is a blast
February 7, 2025 at 8:48 AM
git rebase is actually a really nice feature once you truly understand it
February 7, 2025 at 7:45 AM
`git cat-file -p <hash>` is just a super easy command to see the content of a commit. How nice and convenient
February 6, 2025 at 7:35 AM
So today I finished the 'Learn to code in Python' course from @wagslane.bsky.social

It only took me 4 days to get through the course and it was a blast! The gamification is awesome, the lessons are well structured and the challenges and quizzes are so much fun
January 30, 2025 at 9:47 AM
I just want to give a huge shout out to boot.dev . Learning has never been so much fun! If you ever want to learn Python or become a backend developer just give them a try!
Learn backend development the smart way | Boot.dev
Welcome to the most captivating, finger-flying, addictive way to learn to code. The smartest way to learn a thing is to ensure you're never bored.
boot.dev
January 29, 2025 at 1:32 PM
Finally made it back to the Boot.dev platform! After a break of 6 months because of some issues I had to resolve in my private life I decided to start all over again.

Can't wait to learn the basics of CS and learning Python, Go and some other tools along the way
Learn backend development the smart way | Boot.dev
Welcome to the most captivating, finger-flying, addictive way to learn to code. The smartest way to learn a thing is to ensure you're never bored.
Boot.dev
January 28, 2025 at 3:11 PM
No better person and place to learn and master CSS from
🎉 NEW COURSE: Pro CSS from @kevinpowell.co!

Build a complete website from Figma to production:
- Modern responsive layouts
- CSS animations & transitions
- Production-ready deployment

Plus: Get Kevin's exact workflow for writing scalable CSS 👊

frontendmasters.com/courses/pro-...
Write CSS like a Pro | Build a Responsive Site from Scratch
Use custom properties and the latest responsive design techniques to build and deploy a website from scratch!
frontendmasters.com
January 16, 2025 at 6:38 AM
How awesome is this!
Need to add a keyboard shortcut to your blog post or some docs?

A lot of people turn to <code> (or backticks in .md files) because it defaults to monospace, but you should be using <kbd> instead -
The <kbd> element
An underused HTML element for when we want to show keyboard commands and user inputs.
html-css-tip-of-the-week.netlify.app
January 15, 2025 at 6:53 PM
Switched from React/Next.js to Vue 3, and @vueschool_io’s course blew my mind! Learned this simple yet elegant trick:

<li v-for="{ id, label } in items" :key="id">{{ label }}</li>

Never knew this! Small lessons, big impact. What coding trick surprised you? 🚀
January 15, 2025 at 9:34 AM