Web Development

Spring-Boot

Setting up a microservice back-end with Spring Boot and Kotlin

Set up your back-end microservice application with Spring Boot and Kotlin

Read
React Routing

Adding a Navigation Bar and Routing with React-Router-Dom

Add routing to your SPA with react-router-dom, and package everything into a nice looking navigation bar.

Read
React Hooks

Improve Quality in React with Unit Tests

Do you want to ensure that your new code is working as expected, without breaking existing functionality? Protect business logic and layouts using Jest unit tests!

Read
React Hooks

Mocking http responses locally using Node.js

Want to have backend responses without actually having to prepare that backend? Simply set up a mock server for fast local development!

Read
React Hooks

Introducing HTTP service calls with Axios and the useEffect hook

Almost no Web application can run entirely in the browser. Introducing HTTP backend calls using the useEffect React hook.

Read
React Hooks

Using the React useState hook to switch between a tiled or tabled display

What are React hooks? Can I use them to add state into my components without using the typical, clunky setState? How to create a different account display using the setState hook.

Read

How to create a React App with several components

How to create a React Application from scratch using create-react-app. Set up the first couple of components, understand props, and add styling.

Read

How to choose a Tech Stack for your Web App

The initial tech stack chosen for the development of the Money Management Web Application

Read
Blogging

Earning money with Brave

How to possibly earn money as a content creator with Brave

Read
Blogging

Comment Section with Disqus

How to add a comment section to a blog using Disqus, enabling multiple ways of authentication.

Read