Software Development
-
Continuous Integration Infrastructure With Windows – Scripting With PowerShell
In one of my current project, I deal with how to run a Continuous Integration (CI) infrastructure on Windows machines.…
Read More » -
Simple Asynchronous Microservices using Lambda Architecture
Lambda Architecture is a simple, powerful, though limited example of a Microservice. As it is so simple, you want to…
Read More » -
OSTraining: Learn from Field Experts with 3000+ Video Tutorials & Monthly Web Design Books
OSTraining Developer Courses: Lifetime Subscription Hey fellow geeks, This week, on our JCG Deals store, we have an extreme offer.…
Read More » -
Dirty Hacks Are OK
In practically every project you’ve used a “dirty hack”. setAccessbile(true), sun.misc.Unsafe, changing a final value with reflection, copy-pasting a class…
Read More » -
AWS Lambda for Beginners
AWS Lambda is a compute service from Amazon. It makes deployment and provisioning very simple and fits very well with…
Read More » -
Ideal Messaging Capabilities for Streaming Data
What capabilities should you look for in a messaging system when you design the architecture for a streaming data project?…
Read More » -
Top Performance Metrics for Java, .NET, PHP, Node.js, and Python
No application is the same. Some legacy apps were built in a monolithic environment built on a homogeneous language, say…
Read More » -
Go Language For Java Developer Part-6 : Operators
Operators in Java and Go Lang. Every programming languages support operators. Operators are work like a function with different syntax…
Read More » -
Akka basics
As the previous post explained our system is based on Akka. Before going into more detail about our solution, I’d…
Read More »