This series on building microservices with Go continues by looking at challenges and strategies for unit testing microservices and mocking with GoConvey. Read all
A developer takes a look at some of the issues that surround REST-based development, and discusses several different API that can help solve this problem. Read all
Learn how to bring the SHA-256 Hashing algorithm to your Oracle 11g R2 database, enabling you to implement a hashing method that isn't natively supported. Read all
This article takes a deep dive into the advantages and disadvantages of microservices software architecture, and what the ideal environment looks like. Read all
A tutorial on how to integrate RabbitMQ with Erlang and AWS EC2 in order to create a development environment in which developers can write code in Erlang. Read all
This microservices architecture series continues with a tutorial on a microservice with Spring Boot and get it to work with Spring MVC, JPA, Hibernate, and H2. Read all
In this post, you'll learn about integrating microservices with existing monolithic applications, making minimal changes to the code to avoid affecting users. Read all
This article aims to clear up what a log appender is, and why it's integral to the application logging process in order to address certain concerns. Read all
A tutorial on how to avoid creating vulnerabilities in your code, like SQL injection, by using secure coding standards that eliminate said vulnerabilities. Read all
This tutorial is for Windows users who want to set up oh-my-zsh, an open source framework for managing your z shell, or ZSH, configuration, in your terminal. Read all