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.
![A picture ...
For further actions, you may consider blocking this person and/or reporting abuse
I setup my personal blog. pankajtanwar.in/blogs
Trying to get hands on NextJs, server side rendering.
Nice!
I took an assembly course in uni. Been so long though. Registers, jump statements. What else? 😎
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.