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.
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
taniazhydkova -
Rytis -
Ben Halpern -
BekahHW -
Once suspended, nickytonline will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, nickytonline will be able to comment and publish posts again.
Once unpublished, all posts by nickytonline will become hidden and only accessible to themselves.
If nickytonline is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Nick Taylor.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag nickytonline:
Unflagging nickytonline will restore default visibility to their posts.
Top comments (15)
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.