For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
dev.to staff -
Mo -
Johannes -
Mtende Otis II -
Once suspended, luqman10 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, luqman10 will be able to comment and publish posts again.
Once unpublished, all posts by luqman10 will become hidden and only accessible to themselves.
If luqman10 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 Abdul Qadir Luqman.
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 luqman10:
Unflagging luqman10 will restore default visibility to their posts.
Top comments (3)
Generally, what I already know well enough to feel comfortable I use at work and so I have a lot of practice already. Despite that I often read documentation and books of what I already use at work to improve my skills. For new technologies I generally come up with some project to practice, a bit per day. I think I find a good equilibrium that way.
By making new features/projects? how else.
For learning side-projects I saw that about a proportion of 50/50 is ok, if you add more unknown stuff you will get more frustrated because nothing works.
In a payed/professional environment the ratio is of course a lot smaller, with a 10% I would add feature flags, A/B tests or other techniques to limit and test the "new".
I evaluate new technologies by whether they will further or hinder my research. These are new (to me): MVC, Javascript, Jquery help my research. Entity Framework hinders my research.
I write lots of new stuff in the new technologies that help my research.
I rewrite code using the technologies that hinder my research to use technologies that further my research. So I rewrite Entity Framework code into ADO because ADO is not an obstacle and Entity Framework is.
Either way I learn something about both kinds of technologies.