Feb 13, 20219 min readHow to Avoid SQL Injection VulnerabilitiesPrimary Defenses: Use of Prepared Statements (with Parameterized Queries) Use of Stored Procedures Whitelist Input Validation Escaping All U
Feb 10, 20213 min readWhat is Spring FrameworkThe Spring Framework is an application framework and inversion of control container for the Java platform. Most of the new generation of...
Feb 2, 20215 min readMigrating to Java 11 from 8It is high time to migrate to Java 11, if you are not do it now. Migrate #Java8 to #Java11 now itself, this post has got you covered. We...
Jan 27, 20213 min readLearning New LanguagesNew programming languages are born every day. Beating the learning curve can be difficult, but there's some tips that will help you to...