排序
My first assignments at my new Tech job
My first assignments at my new Tech job,Recently in the previous post I have indicated how you must act in an interview for a job related to technology, it is my pleasure to inform...
Is the MariaDB JDBC driver affected by the Log4j vulnerability?
Is the MariaDB JDBC driver affected by the Log4j vulnerability?,Is the MariaDB Java connector affected by the security vulnerability recently discovered in Log4? By default, the Ja...
Updates and FAQ — Your 1 Minute Quick Start Guide to ShardingSphere
Updates and FAQ — Your 1 Minute Quick Start Guide to ShardingSphere, Background Apache ShardingSphere is an Apache Top-Level project and is one of the most popular open-source big...
【Redis Week】 – 7 Days Best Practice With Alibaba Cloud ApsaraDB – Day03
【Redis Week】 - 7 Days Best Practice With Alibaba Cloud ApsaraDB - Day03,Learn best practices of Redis in 7 Days Day 3 - Rules You Should Follow & Issues You Should Know When ...
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 ...