It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
We're a place where coders share, stay up-to-date and grow their careers.
It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
For further actions, you may consider blocking this person and/or reporting abuse
Michael Tharrington (he/him) -
Michael Tharrington (he/him) -
Dimitar Stoev -
arnabroychowdhury -
Discussion (15)
For no obvious reason I started re-learning x86 assembly, specifically familiarizing myself with x86_64. The 90s are a long time ago and the only asm I did in the last few years was for Arm, so my skills aren't exactly fresh. This is probably not gonna last long but it's been fun so far.
I took an assembly course in uni. Been so long though. Registers, jump statements. What else? 😎
Being comfortable with binary helps 🙂
I setup my personal blog. pankajtanwar.in/blogs
Trying to get hands on NextJs, server side rendering.
Nice!
I started learning about using Model-View-Controller systems in web apps.
I'm doing a lot of practice with threat modeling, and being diligent about it. Thinking like an attacker is really tricky to do.
I am trying out Next.JS and Vercel SSR features.
Nice!
I start learning Microk8s.
It's attracted to me because the official says it's the Zero-ops Kubernetes for developers, edge and IoT!
This week I learned about the svg viewBox property. I've been working on a d3 chart and need it to be responsive, it looks like viewBox may be just what I need.