Tech Corner - 30. November 2022
header_image

Tips and tricks for web developers

Hello readers!

Just as we do every month, we've pulled together a selection of articles from the world of web tech that we think are worth sharing…

Discover how to optimize your Vue.js apps, get valuable insight into caching headers, learn what's new in Angular v15, and much more.

Happy reading!

Angular v15 released

Despite having lost a few famous team members, the Angular framework continues to constantly evolve. This new version brings in significant improvements, such as the image directive – which relieves a lot of the burdens around using the correct version of responsive images and speeds up the page load. In addition, stack traces have been improved by showing the user code involved in the error instead of internal methods, and much more.

Optimizing the size of Vue.js apps

Reducing the size of an application brings instant benefits to the user in the form of shorter load and parse time. This blog post explains some performance-optimization techniques that will keep your Vue.js app lean and use only minimal JavaScript resources.

Make websites accessible to keyboard users

Making web apps accessible to keyboard users is a complex topic that can be hard to do without a full understanding. This two-part Smashing Magazine article series gives you the big picture you need to design an app correctly with keyboard accessibility in mind – the first post focuses on using HTML & CSS, while the second part adds JavaScript to the mix.

AutoAnimate for quick React animations

Adding animations to an app brings it to life and improves user experience, but it can be a repetitive and time-consuming task that often requires a lot of boilerplate code. AutoAnimate is a lightweight, open-source animation library that can animate the DOM changes when a node is added, removed, or moved with zero configuration. It’s definitely worth keeping an eye on this new library!

Caching headers tips and tricks 

Correctly set caching headers can make websites and apps lightning fast for returning users, and improve the load speed of any web project. However, in practice, they are often overlooked or configured defensively to avoid possible issues due to a lack of knowledge. This web article provides a comprehensive overview of caching headers and their usage.

about the author

Jozef Radonak

blog author
I am at the forefront of Hotovo's web technology stream, striving to stay up to date with the latest web technologies and trends, and always willing to help others master this ever-evolving industry. Outside of the world of web technology, I am an avid hiker and devoted coffee lover. I take great pleasure in seeking out new coffee shops and trying different coffee blends. I am all about innovation, whether in technology or in my cup of coffee!
blog author

READ MORE