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
BekahHW -
Ben Halpern -
dev.to staff -
Michael Tharrington -
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 (5)
I learned more about Proxies and TypeScript helpers to develop and properly type this:
Turn a Stream of Objects into an Object of Streams
Kostia Palchyk ・ Sep 18 ・ 2 min read
Proxy
get
,set
,apply
, TS'infer
,keyof
,ReturnType<Type>
, etc — it's MAGIC!I develop my hacking scripts and use existed penetration tools to do penetration testing for some websites/services in Taiwan.
And submitting the security issues to the HITCON Zero DAy, a bug exploit submitting service.
Awesome!
I learned that it's possible to retrieve data and update it in one SQL query. Also learned a little bit more about mocking in unit tests. Oh, and I made my first nuget package.