Create a simple payment flow with Stripe

Learn how to easily set up a payment flow on your web application using a ReactJs frontend, a NestJs backend, and Stripe’s payment Intents… | Continue reading


@blog.hackages.io | 4 years ago

I stopped using for loops and started mapping instead

I’m new to Javascript and React, so in the beginning when I needed to iterate over an array, I would use a ‘for’ loop and call it a day… | Continue reading


@blog.hackages.io | 4 years ago

How to conditionally wrap an element in React?

PREAMBLE | Continue reading


@blog.hackages.io | 5 years ago

JavaScript Explained in Easy Words:)

Next up in our Tech Jargon Series is a well known programming language: JavaScript. JavaScript was first released in 1995 and is now the… | Continue reading


@blog.hackages.io | 5 years ago

Angular: Component Interaction with Input, Output and EventEmitter

Angular is all about components that have to interact to each other. | Continue reading


@blog.hackages.io | 5 years ago

Common Errors in JavaScript

Javascript has a weird syntax that makes mistakes hard to spot and errors hard to decode. Here are some examples. | Continue reading


@blog.hackages.io | 5 years ago

React Strictmode

Imagine this: you are working on an app with an older version of React, and you desperately want to use the latest features of React such… | Continue reading


@blog.hackages.io | 5 years ago

Docker Is Just Lasagna

Do you hear the word Docker a lot without understanding what it means ? In this article I explaine that it works just like frozen meals. | Continue reading


@blog.hackages.io | 5 years ago

React Hooks: Usecallback and Usename

In this blog post, I will introduce the React Hooks ‘useCallback’ and ‘useMemo’. These Hooks prevent unnecessary re-renders, thus making… | Continue reading


@blog.hackages.io | 5 years ago