top of page
Feb 13, 20219 min read
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
30 views0 comments
Feb 10, 20213 min read
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...
11 views0 comments
Feb 2, 20215 min read
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...
319 views0 comments
Jan 27, 20213 min read
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...
28 views0 comments
bottom of page