Articles By This Author

Don’t Miss These 25+ JavaScript Shorthand Techniques

Unravel the power of JavaScript shorthands. Dive into over 25 techniques that make your code concise, efficient, and often faster. Elevate your coding game!

Read More

React Native – Setting up the environment

Integrated Development Environments First things first. In order to get create React Native applications you are going to need the right IDEs. Xcode for iOS Android Studio for Android React Native with IntelliJ IDEA Configuring Android Emulator: Then in paste the following at the bottom of your newly opened file: (macOS) Type source ~/.zshenv to […]

Read More

Install Windows 10 from a USB Flash Drive

I’m writing this because I can, for some reason, never remember how to use Diskpart. And who uses DVD’s anymore? Download the Windows 10 preview ISO from here: http://windows.microsoft.com/en-us/windows/preview Insert a usb drive at least 4gb in size Open a command prompt as administrator Hit Windows Key, type cmd and hit Ctrl+Shift+Enter. This will force it to open as admin. Run diskpart […]

Read More

React vs. Angular: The Complete Comparison

Do you want to learn about and discover the differences between React vs. Angular? Then keep on reading! I am going to explain to you the similarities, differences, pros, and cons of both React and Angular in this article. You don’t need to be an expert programmer to understand this post but it is encouraged that you are familiar with JavaScript.

Read More

Microservices with Spring Boot – Part 5 – Using Eureka Naming Server

Let’s learn the basics of microservices and microservices architectures. We will also start looking at a basic implementation of a microservice with Spring Boot. We will create a couple of microservices and get them to talk to each other using Eureka Naming Server and Ribbon for Client Side Load Balancing.

Read More

Microservices with Spring Boot – Part 4 – Using Ribbon for Load Balancing

Let’s learn the basics of microservices and microservices architectures. We will also start looking at a basic implementation of a microservice with Spring Boot. We will create a couple of microservices and get them to talk to each other using Eureka Naming Server and Ribbon for Client Side Load Balancing.

Read More

Microservices with Spring Boot – Part 3 – Creating Currency Conversion Microservice

Let’s learn the basics of microservices and microservices architectures. We will also start looking at a basic implementation of a microservice with Spring Boot. We will create a couple of microservices and get them to talk to each other using Eureka Naming Server and Ribbon for Client Side Load Balancing.

Read More

Microservices with Spring Boot – Part 2 – Creating Forex Microservice

Let’s learn the basics of microservices and microservices architectures. We will also start looking at a basic implementation of a microservice with Spring Boot. We will create a couple of microservices and get them to talk to each other using Eureka Naming Server and Ribbon for Client Side Load Balancing.

Read More