You can filter posts by date, tag or even use natural language to find whatever you want
Most popular tags
Recent posts
Dev tools - a collection of useful tips
Lissy93's article on Dev.to shares practical tips on developer tools to improve programmer productivity, highlighting techniques like macros and documentation management.
Lazy Loading is cool, but not everywhere!
The article discusses the challenges of lazy loading product and hero images, suggesting that sometimes it is better to load images to improve UX and SEO.
Why it is worth considering the use of SQLite?
The article highlights the benefits of SQLite as a simple and efficient database system, perfect for small applications and prototypes.
Stop using 'npm install' in your CI/CD process
The article discusses the risks of using 'npm install' in CI/CD and suggests better alternatives like 'npm ci' for application stability.
Are you blocking buttons on the page? That's a bad practice
The article discusses the issue of disabling buttons on websites, suggesting instead the use of error messages that encourage users to correct their data.
What is wrong with the IO domain and what is the story behind it?
The article provides a clear overview of Input/Output in computing, discussing its importance, types, and use cases.
Writing Code in JavaScript Without a Build System
Jeniffer Venema's article discusses the benefits of writing JavaScript without complex build systems. She highlights the advantages of simplifying the programming process and the importance of ES6 modules. The article also addresses challenges related to dependency management and compatibility, emphasizing their impact on projects. Practical tips provided may assist developers, especially beginners, in writing more effectively. It encourages discovering the joy of working with native JavaScript and the simplicity of code.
Web Components - creating an accordion
The article discusses creating a progressively enhanced accordion using web components, emphasizing accessibility.
Complete Guide to WebSockets with React
The article describes how to use WebSockets in React applications, outlining benefits, examples, and best practices.
Light/Dark Mode Switch in Pure CSS without JS
The article describes a way to select color schemes naturally in CSS without using JavaScript. It includes practical tips and sample code.
Source of content in this blog is https://news.mrugalski.pl
All content including posts, their short version, tags and video transcriptions is 100% AI generated