Two-Way SSL with HAProxy
In some situations it is useful to set up your own Certificate Authority (CA) for signing certificates that HAProxy will use for two-way SSL authentication
25+ JavaScript Shorthand Coding Techniques
This really is a must read for any JavaScript developer. I have written this guide to shorthand JavaScript coding techniques that I have picked up over the years. To help you understand what is going on, I have included the longhand versions to give some coding perspective.
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 […]
Activate JRebel using License Server
JRebel fast track Java application development, view code changes in real-time while preserving application state.
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.
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.
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.
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.