Aug 121 minALLEN Platform Design TenetsALLEN Digital has started on a journey to revamp the core platform and build it grounds up. We want to lay a strong foundation while...
Apr 4, 20207 minSoftware Deployment Strategies - Part 3 - Stateful ServicesThis 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 1, 20206 minSoftware Deployment Strategies - Part 2 - Stateless ServicesThis post is in continuation of the three part blog posts on this topic. Please find part 1 here and part 3 here. Rolling Deployment -...
Mar 29, 20203 minSoftware Deployment Strategies - Part 1 - IntroductionSoftware deployment is an often neglected aspect of the overall software development process. We don't think much about it or plan enough...
Mar 28, 20201 minSpring WebApp Bootstrap AppIn 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, 20203 minSpring MVC AngularJS Hibernate Bootstrap JWT Token Authenticated REST API Single Page Java Webapp FrIntroduction I am showcasing a webapp template project framework that can be used AS-IS to begin developing a modern AngularJS Single...
Mar 28, 20206 min Java Annotations: Explored & ExplainedOne of the many wonderful features of Java 5 SE is the introduction of the Annotations construct. Annotations are tags that we can insert...