Go Microservices, Part 4: Testing and Mocking With GoConvey

This series on building microservices with Go continues by looking at challenges and strategies for unit testing microservices and mocking with GoConvey. Read all

Towards Resource-Oriented REST Development

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

Hashing With SHA-256 in Oracle 11g R2

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

What Are Microservices?

This article takes a deep dive into the advantages and disadvantages of microservices software architecture, and what the ideal environment looks like. Read all

Installing RabbitMQ With Erlang on AWS EC2 Amazon Linux Instance

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

Microservices With Spring Boot - Part 2 - Creating a Forex Microservice

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

Integrating Microservices With a Monolithic Application

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

Log Appender: What Is It and Why Would You Use It?

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

Securing Your Inline SQL Statements From SQL Injection

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

Install oh-my-zsh on Windows

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

 

 

 

 

Top