Software Development
-
Open Source Projects – Between accepting and rejecting pull request
Lately I have done a lot of work for the sbt-native-packager project. Being a commiter comes with a lot of…
Read More » -
Using Git- Part -I : Basics
Introduction Git is popular distributed version control system created by Linus Torvalds, creator of Linux OS. So, as you might…
Read More » -
10 things you can do as a developer to make your app secure: #6 Protect Data and Privacy
This is part 6 of a series of posts on the OWASP Top 10 Proactive Development Controls. Regulations – and…
Read More » -
Microservice Architecture – A Quick Guide
Last updated Mar. 7, 2019 1. Introduction to Microservices Architecture Microservices is an administration arranged architecture design wherein applications are…
Read More » -
The hi/lo algorithm
Introduction In my previous post I talked about various database identifier strategies, you need to be aware of when designing…
Read More » -
I Don’t Think That Software Development Word Means What You Think It Means
There are several terms used inappropriately or incorrectly in software development. In this post, I look at some of these…
Read More » -
Using Markdown syntax in Javadoc comments
In this post we will see how we can write Javadoc comments using Markdown instead of the typical Javadoc syntax.…
Read More » -
NoSQL – A Quick Guide
NoSQL is buzz word nowadays among the developers and software professionals. 1. What is NoSQL ? NoSQL database, also called…
Read More » -
Javascript for Java Developers
This post will go over the Javascript language from the point of view of a Java developer, focusing on the…
Read More »