排序
Wednesday Links – Edition 2021-04-21
Wednesday Links - Edition 2021-04-21, Wednesday Links (20 Part Series) 1 Wednesday Links - Edition 2021-03-24 2 Wednesday Links - Edition 2021-03-31 ... 16 more parts... 3 Wednesda...
Using “pepper” to increase password storing security
Using “pepper” to increase password storing security,Article originally posted o my personal website under How to securely store the password using a salt and pepper In a previou...
Create a runtime hierarchical config engine in 5 minutes using Java
Create a runtime hierarchical config engine in 5 minutes using Java,One of many things Kiara DB can do. Please provide feedback and help this open source project improve. Here is a...
Image & Video Gallery Management System Web Development
Image & Video Gallery Management System Web Development,I'm doing this as my final year project for my diploma. This system comes with backup and multiple levels of admin access. A...
Day 14 of 365 days of code
Day 14 of 365 days of code,I didn't get time to work on my side project today. Was so occupied with office work. Hate working on production support. Guess no fri-yay for me. Was lo...
Exposing sequential IDs is bad! Here is how to avoid it.
Exposing sequential IDs is bad! Here is how to avoid it.,Article originally posted on my personal blog: How not to expose your primary keys When working on LOGaritmical, I initiall...
How to properly store a password in the Database
How to properly store a password in the Database,Article originally posted on my website un How to securely store the password in the Database When I started LOGaritmical, one of t...
How to use String UUID in Hibernate with MySQL
How to use String UUID in Hibernate with MySQL,When creating the database structure it is important to make sure that each row in a table has a unique ID so that it can be easily i...
Database Query Statistics
Database Query Statistics,I am pretty sure most of us developers will face some database performance problem every day. Ninety percent of the time this could be due to the missing ...
Transaction in Spring Boot as simple as possible
Transaction in Spring Boot as simple as possible, Introduction A few days ago I had to investigate a bug in production that involved a database transaction, specifically defined by...
MyBatis tips
MyBatis tips, Conditional update query with MyBatis Sample code for conditional update (testing for a value using if) when using annotation based MyBatis mapper interface in Java. ...
Explore Your Database Schema with SchemaCrawler
Explore Your Database Schema with SchemaCrawler,How do you explore a new database? Chances are that you have started a new job, and are quickly trying to get up to speed on how the...