Resources

Netflix is pleased to announce the open-source release of our crisis management orchestration framework: Dispatch!

https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072

August 6, 2020 / ,

TIL CSS “background-repeat: round” repeats background images without clipping

https://twitter.com/addyosmani/status/1275322697933881344?s=20

June 23, 2020 /

Lighthouse Scoring Calculator

https://googlechrome.github.io/lighthouse/scorecalc/

June 5, 2020 /

TIL: url.searchParams is so nice for getting/setting query string params

https://twitter.com/addyosmani/status/1261944548160307200?s=19

May 17, 2020 / ,

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

May 14, 2020 / , ,

Memoization in Python

https://towardsdatascience.com/memoization-in-python-57c0a738179a

April 29, 2020 / ,

Perf – Accurately measuring layout on the web

https://nolanlawson.com/2018/09/25/accurately-measuring-layout-on-the-web/

April 5, 2020 / , ,

Stanford – CS 253 Web Security

https://web.stanford.edu/class/cs253/

March 29, 2020 / , , ,

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

March 27, 2020 / ,

Salary Negotiation: Make More Money, Be More Valued

https://www.kalzumeus.com/2012/01/23/salary-negotiation/

March 26, 2020 /

Did you know browser can memorize Dark Mode without you having to log in to your account?

https://twitter.com/js_tut/status/1242680521643229186?s=20

March 25, 2020 / ,

Few CSS relative and absolute units

https://twitter.com/mgechev/status/1241988813725077505?s=20

March 23, 2020 /

Make a triangle with *only* HTML and CSS

https://twitter.com/mgechev/status/1240541081151967232?s=20

March 19, 2020 / ,

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/

March 19, 2020 / ,

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

March 10, 2020 / ,

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

March 9, 2020 / , ,

Understanding PHP 8’s JIT

https://thephp.website/en/issue/php-8-jit/

March 8, 2020 /

Best practices for REST API design

https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/

March 3, 2020 / ,

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

March 2, 2020 / , ,

Make sure that your links have sufficient contrast

https://webplatform.news/issues/2020-02-28

February 28, 2020 / ,

In-Browser Performance Linting With Feature Policies

https://timkadlec.com/remembers/2020-02-20-in-browser-performance-linting-with-feature-policies/

February 26, 2020 / ,

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

February 26, 2020 / , ,

Fixing memory leaks in web applications

https://nolanlawson.com/2020/02/19/fixing-memory-leaks-in-web-applications/

February 26, 2020 / ,

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

February 26, 2020 / ,

If We Asked Athletes the Questions That We Ask Developers

https://afilina.com/estimation-athlete

February 26, 2020 /

Refactor complex conditionals

https://vimeo.com/381650670

February 26, 2020 / ,

Regex Lookarounds Cheatsheet

https://twitter.com/katiehempenius/status/1229472720217231360?s=20

February 26, 2020 / ,