top of page
Search


Spring Security
Spring Security is a framework that enables a programmer to impose security restrictions to Spring-framework–based Web applications...

megha dureja
May 25, 20205 min read
16 views
0 comments


Spring Boot
Spring Boot helps you accelerate application development. Features 1. Create stand-alone Spring applications 2. Embed Tomcat, Jetty or...

megha dureja
May 4, 20205 min read
33 views
0 comments


Java8
Java 8 is here, offers exciting new possibilities for functional programming. While lambdas are the most prominent addition to Java 8,...

megha dureja
May 4, 20202 min read
9 views
0 comments


Docker - Running a containerized Spring boot application
In this blog, we'll package a java/ spring boot application, run it and look at the different commands for managing images and...

megha dureja
May 4, 20203 min read
8 views
0 comments


Software Design Principles
The design principles are meant to be a guide for designing software that's easy to maintain, extend, and understand. SOLID — acronym for...

megha dureja
May 4, 20203 min read
15 views
0 comments


Optimize Queries for Speed and Performance
Tip #1: Index All Columns Used in 'where', 'order by', and 'group by' Clauses Though indexes may take up more space and decrease...

megha dureja
May 4, 20204 min read
8 views
0 comments


Push Notifications with Angular 6 + Firebase Cloud Messaging
Create a blog post subtitle that summarizes your post in a few short, punchy sentences and entices your audience to continue reading....

megha dureja
May 4, 20201 min read
5 views
0 comments


Camunda
Workflow -> A business process Camunda -> A workflow engine which process the workflows. Modeler -> A tool use to create workflow...

megha dureja
May 4, 20205 min read
16 views
0 comments


Web Development
It refers to building, creating, and maintaining websites. It includes aspects such as web design, web programming, web publishing and...

megha dureja
May 4, 20202 min read
2 views
0 comments
bottom of page