Curated by Wenyi Chu

READ MORE
tuesday
06 Jul 2021
How To ByPass WordPress Admin Login dev.to

But when you arrive at the WordPress wp-login.php page you cannot even remember the username of your WordPress admin account… So, here is the solution to quickly log into your WordPress dashboard without knowing the username or the password.

SHOW MORE
How To ByPass WordPress Admin Login
Development
monday
05 Jul 2021
Diving Into WordPress 5.8’s New Widgets Screen wptavern.com

It has been a while since I have touched widgets. Once the site editor landed in the Gutenberg plugin, I almost exclusively dropped the old sidebar paradigm and moved to block templates. Reactivating old themes and jumping into the widgets screen felt like time-traveling into a bygone era.

SHOW MORE
Diving Into WordPress 5.8’s New Widgets Screen
Development
Planetary-Scale Computing – 9.95 PFLOPS & Position 41 on the TOP500 List aws.amazon.com

Weather forecasting, genome sequencing, geoanalytics, computational fluid dynamics (CFD), and other types of high-performance computing (HPC) workloads can take advantage of massive amounts of compute power. These workloads are often spikey and massively parallel, and are used in situations where time to results is critical.

SHOW MORE
Planetary-Scale Computing – 9.95 PFLOPS & Position 41 on the TOP500 List
Development
thursday
01 Jul 2021
Fontisto – Free Iconfont Pack and CSS Toolkit hongkiat.com

One of the newest and coolest icon font libraries is Fontisto. It’s totally free and it’s got one heck of a library to pick from.

SHOW MORE
Fontisto – Free Iconfont Pack and CSS Toolkit
Development
wednesday
30 Jun 2021
Lessons From Building a Static Site Generator nicholasreese.com

The backstory behind Elder.js and the thinking behind the 5 biggest design decisions.

SHOW MORE
Lessons From Building a Static Site Generator
Development
Using CSS custom properties (variables) developer.mozilla.org

Custom properties (sometimes referred to as CSS variables or cascading variables) are entities defined by CSS authors that contain specific values to be reused throughout a document.

SHOW MORE
Development
Useful CSS units dev.to

When writing CSS there are a lot of options for the units you can use. Here are some main ones you need to be aware of and when to use them.

SHOW MORE
Useful CSS units
Development
tuesday
29 Jun 2021
Core Web Vitals: Google is not backing down in the fight against the slow web searchengineland.com

We have reached a crossroads in web development. The proverbial fork in the road is between functionality for online businesses versus experience for website visitors.

SHOW MORE
Core Web Vitals: Google is not backing down in the fight against the slow web
Development
I loved jQuery, and still do withblue.ink

In defense of one of the most important JavaScript libraries ever

SHOW MORE
I loved jQuery, and still do
Development
Virtual DOM is pure overhead svelte.dev

If you've used JavaScript frameworks in the last few years, you've probably heard the phrase 'the virtual DOM is fast', often said to mean that it's faster than the real DOM. It's a surprisingly resilient meme — for example people have asked how Svelte can be fast when it doesn't use a virtual DOM.

SHOW MORE
Virtual DOM is pure overhead
Development