top of page
Search


Building DSLs in GoLang using gRule and Protobuf
https://medium.com/@ykameshrao/building-dsls-in-golang-using-grule-and-protobuf-b9cd26b4ecfb Domain Specific Language (DSL) is a...
6 days ago1 min read


ALLEN Platform Design Tenets
ALLEN Digital has started on a journey to revamp the core platform and build it grounds up. We want to lay a strong foundation while...
Aug 12, 20241 min read

Software Deployment Strategies - Part 3 - Stateful Services
This is the third and final in the three part blog posts on this topic. Please find part 1 here and part 2 here. Services in the software...
Apr 4, 20207 min read

Software Deployment Strategies - Part 2 - Stateless Services
This post is in continuation of the three part blog posts on this topic. Please find part 1 here and part 3 here. Rolling Deployment -...
Apr 1, 20206 min read

Software Deployment Strategies - Part 1 - Introduction
Software deployment is an often neglected aspect of the overall software development process. We don't think much about it or plan enough...
Mar 29, 20203 min read
Spring WebApp Bootstrap App
In the era of the Spring Boot apps, its much easier to bootstrap/scaffold a Java WebApp, but a few years earlier I created a GitHub...
Mar 28, 20201 min read

Spring MVC AngularJS Hibernate Bootstrap JWT Token Authenticated REST API Single Page Java Webapp Fr
Introduction I am showcasing a webapp template project framework that can be used AS-IS to begin developing a modern AngularJS Single...
Mar 28, 20203 min read
Java Annotations: Explored & Explained
One of the many wonderful features of Java 5 SE is the introduction of the Annotations construct. Annotations are tags that we can insert...
Mar 28, 20206 min read
bottom of page