Rus: Отличная статья про оптимизацию фронтенда, а точнее ликбез как происходит загрузка и какие оптимизации можно предусмотреть для того, чтобы lighthouse ставил лайк вашему веб приложению
https://m.habr.com/ru/company/hh/blog/513940/
https://m.habr.com/ru/company/hh/blog/513940/
Хабр
Оптимизация производительности фронтенда. Часть 1. Critical Render Path
Здравствуйте. Меня зовут Ник, я фронтенд разработчик (жидкие аплодисменты). Кроме того, что я пишу код, я преподаю в Школе программистов hh.ru. Записи наших лекций от 2018-2019 учебного года можно...
Some folks prefer to use dev.to or github pages with Hugo or other static websites generators for the blog posting. Some of you may perefer to write your own.
Here is a good video how to do that with JS + Tailwind CSS
https://www.youtube.com/watch?v=NPgg3rpZ_RU
Here is a good video how to do that with JS + Tailwind CSS
https://www.youtube.com/watch?v=NPgg3rpZ_RU
YouTube
Make your own custom STATIC SITE GENERATOR with NodeJS | JavaScript
It might be easier to create your own static site generator than learn a new framework.
In this video, I'll create a quick tool to generate a static site using Markdown files.
Note:
in this video I have written code like this:
path.join(path.resolve()…
In this video, I'll create a quick tool to generate a static site using Markdown files.
Note:
in this video I have written code like this:
path.join(path.resolve()…
https://www.haroldserrano.com/blog/how-to-develop-a-rendering-engine-an-overview?format=amp&__twitter_impression=true
из твита https://twitter.com/jsunderhood/status/1299706322674487297?s=21
из твита https://twitter.com/jsunderhood/status/1299706322674487297?s=21
Harold Serrano
How does a Rendering Engine work? An overview — Harold Serrano - Game Engine Developer
Developing a Rendering Engine requires an understanding of how OpenGL and GPU Shaders work. This article provides a brief overview of how OpenGL and GPU shaders work. I will start by explaining the three main type of data that are sent to the GPU.
Somehow didn’t know about such resource with chaos experiments which u can apply at your own kube infra.
https://hub.litmuschaos.io/
here is a good guide HowTo configure GitHub actions with it
https://dev.to/uditgaurav/github-chaos-actions-in-your-ci-cd-workflow-mke
https://hub.litmuschaos.io/
here is a good guide HowTo configure GitHub actions with it
https://dev.to/uditgaurav/github-chaos-actions-in-your-ci-cd-workflow-mke
hub.litmuschaos.io
ChaosHub | Cloud-Native Chaos Experiments
A one place solution for Kubernetes SREs and DevOps to all their chaos experiment needs.
http://www.craftinginterpreters.com/index.html
Free book to read about building own programming language
Free book to read about building own programming language