Issue
#25
Wednesday, 11 May 2022
![]() |
Layout design |
— Author explores fluid typography principles, use-cases, best practices, implementation with CSS clamp function, and how to calculate the right parameters.
— This is a full syntax guide and interactive CSS animations tutorial for beginners. Use it as a reference to learn the different parts of the CSS animation spec.
— The article contains a practical solution to the problem of building a grid from images with a fixed aspect ratio.
![]() |
Web development |
— GitHub will require all users who contribute code on the platform to use 2FA as part of its latest security improvements.
— Do you want to go beyond coding routing and dive into hardware world? Start with video explanation of how your WiFi router works.
![]() |
ReactJS |
— I think most developers know how fixed problems with infinite loops. But if someone forgot some specific cases this is a great article to remember how to do this.
— The name of the article sounds weird but in some cases it makes sense. In the article, the author describes the difference between useState and useReducer using an example.
— What's the difference between localization and internationalization? Make your app more accessible and better suited for international marketsUnderstanding the internals of a development tool can sometimes be quite important, especially when optimizing and debugging. Bring to your attention the fundamental aspects of the virtual DOM React.