top of page

How to Avoid SQL Injection Vulnerabilities
Primary Defenses:
Use of Prepared Statements (with Parameterized Queries)
Use of Stored Procedures
Whitelist Input Validation
Escaping All U
Feb 13, 20219 min read
30 views
0 comments


What is Spring Framework
The Spring Framework is an application framework and inversion of control container for the Java platform. Most of the new generation of...
Feb 10, 20213 min read
11 views
0 comments


Migrating to Java 11 from 8
It 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...
Feb 2, 20215 min read
345 views
0 comments


Learning New Languages
New programming languages are born every day. Beating the learning curve can be difficult, but there's some tips that will help you to...
Jan 27, 20213 min read
28 views
0 comments
bottom of page