The unexpected benefits of mentoring others
https://stackoverflow.blog/2021/07/07/the-unexpected-benefits-of-mentoring-others/
Netflix is pleased to announce the open-source release of our crisis management orchestration framework: Dispatch!
https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072
TIL CSS “background-repeat: round” repeats background images without clipping
https://twitter.com/addyosmani/status/1275322697933881344?s=20
Lighthouse Scoring Calculator
TIL: url.searchParams is so nice for getting/setting query string params
https://twitter.com/addyosmani/status/1261944548160307200?s=19
Best React/Redux TODO app boilerplate
I wanted to create one simple website fast and I searched for React & Redux boilerplate to save me some time. There are some articles and Github repositories but none of them were complete, till I found this one. Take a look:
https://github.com/Sm03leBr00t/react-todo-application/tree/redux
Memoization in Python
https://towardsdatascience.com/memoization-in-python-57c0a738179a
Perf – Accurately measuring layout on the web
https://nolanlawson.com/2018/09/25/accurately-measuring-layout-on-the-web/
Stanford – CS 253 Web Security
The one thing I always stumble on regardless of how long I’ve been working with JavaScript is that any regex with the global modifier is stateful. If you do use it twice on the same string you’ll get different results
https://twitter.com/marvinhagemeist/status/1243072397806313472?s=20
Architecture Review Process
https://mozilla.github.io/firefox-browser-architecture/text/0006-architecture-review-process.html
Salary Negotiation: Make More Money, Be More Valued
Did you know browser can memorize Dark Mode without you having to log in to your account?
Few CSS relative and absolute units
Make a triangle with *only* HTML and CSS
https://twitter.com/mgechev/status/1240541081151967232?s=20
How to create and apply a patch with Git
https://www.devroom.io/2009/10/26/how-to-create-and-apply-a-patch-with-git/
The Complete Guide to Status Codes for Meaningful ReST APIs – Let’s start!
https://dev.to/khaosdoctor/the-complete-guide-to-status-codes-for-meaningful-rest-apis-1-5c5
Variable Fonts give you all of the font styles with less of the download weight, cross-browser.
https://twitter.com/addyosmani/status/1236954885506994182?s=20
Understanding PHP 8’s JIT
Best practices for REST API design
https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/
Tip: In @ChromeDevTools, right-click a network request and select Copy > Copy as Node.js fetch to get a fetch() that includes cookie data. New in Chrome 81.
https://twitter.com/addyosmani/status/1234403071041523714?s=20
Fixing memory leaks in web applications
https://nolanlawson.com/2020/02/19/fixing-memory-leaks-in-web-applications/
Make sure that your links have sufficient contrast
In-Browser Performance Linting With Feature Policies
https://timkadlec.com/remembers/2020-02-20-in-browser-performance-linting-with-feature-policies/
An upcoming feature in Chrome DevTools’s Performance panel will mark tasks that exceed 50ms with a warning as these negatively affect the Total-Blocking-Time (TBT) metric
https://twitter.com/ChromeDevTools/status/1230876832880263169?s=20
Fixing memory leaks in web applications
https://nolanlawson.com/2020/02/19/fixing-memory-leaks-in-web-applications/
Yes. The browser can parallelly download the script while also downloading the HTML stream from the server.
https://twitter.com/flexdinesh/status/1230651336208703488?s=09
If We Asked Athletes the Questions That We Ask Developers
Refactor complex conditionals
Regex Lookarounds Cheatsheet
https://twitter.com/katiehempenius/status/1229472720217231360?s=20