RSSAmplifier

Blog

Time to Hack

Learn about HTML, CSS, and JavaScript Programming tricks to be more hacking FrontEnd or BackEnd or FullStack Developer / Hacker

time2hack.comRSS feed ↗15 posts

Latest posts

Run multiple AWS CLI commands in Docker Compose

AWS CLI docker image comes with some caveat that blocks its usage in docker compose. This article presents one solution to the issue.

Stop using React.Fragment

Learn how a simple tweak to React's Fragment component can streamline your code and reduce mental overhead. It's a small change with a big impact on cleaner code and easier debugging—just be mindful of a few caveats. Curious how it works? Dive in and simplify your React workflow!

Styles' cache for Webpack with Style Loader

Facing style cleanup issues when integrating with 3rd-party apps? Learn how to customize Webpack's style-loader to preserve your styles on page reload.

Chrome Alternative Browsers to checkout in 2024

Chrome has been the most used browser & dramatically changed the way we use the internet. Now, it's time to look beyond & try Chrome alternatives.

❌ When not to create a hook!

React hooks have revolutionized front-end development with React and came with many misunderstandings. Let's see when NOT to create a hook.

Organize TypeScript types with namespaces

TypeScript Type management is a problem when the project starts to scale. Let's organize TS types with Namespaces & boost productivity 🚀

Practice Project Ideas for Frontend Developers [2024]

Enhance front-end skills by tackling common challenges and building projects like the CRUD app, social dashboard, component library, and WYSIWYG editor. Embrace automation and continuous learning for mastery.

Too many useState? Let's useReducer!

Feeling like your React component is cluttered with too many useState? Let's use useReducer to declutter applications & their understanding 💪

Understanding Docker Volumes

Using docker volume properly will lead to higher productivity. Let's take a deep dive into docker volume & its configuration options.

3 ways you can improve your Reading habits

Reading has many benefits, but it takes a lot of work. Here are some tips to improve reading habits gradually and not hate it.

Dockerize PHP app with Apache on HTTPS

Secure websites are crucial these days. By Dockerizing it, let's learn how to enable HTTPS on localhost for a PHP application on Apache.

Continuous Deployment on DigitalOcean Droplets with Gitlab CI Pipelines

Continuous Deployment for a custom project is challenging. Let's see how to do Continuous Deployment on DigitalOcean Droplets with Gitlab CI Pipelines.

Dynamically configure Docker Image builds

Docker builds can not receive environment variables in the same way Container execution can. Let's see how you can pass values to adjust builds.

Benefits of using TS Generics in your Design System

Design Systems & TypeScript are a few of the common denominators in organizations for Product & Tech. Use Generics to have a better dev experience

🧐 Can I use hover on Touch Devices? Here's CSS & JS Hack!

Web dev supports multiple form factors with responsiveness. Let's see how NOT to handle touch devices & have better UX with pointer media queries