If you are from a Laravel background, you will know how easy it is to load initial data into the database. In Spring Boot, the process is as simple as…
You can add default column values in JPA in two ways. Firstly, set values just like setting a value to any variable (specifically here you are setting the entity property…
Spring Boot Swagger Example: In modern applications, back-end and front-end components exist separately. Back-end components are often REST API while third-party application integrations make the front-end. In the world of…
Over the last few years, I have seen the rise and fall of several e-commerce sites or businesses based in Bhutan. I have some friends who are running their businesses…
Someone emailed me: Could you please help me in installing Dzongkha fonts for Microsoft Word? I need it for my college assignment. Please help me. This post is especially for…
Many people are still unaware that there is no need of installing Dzongkha Unicode Software manually (like we used to do before the advent of Windows 10). Before we had…
If you are using ColorMag WordPress theme, the project structure of the theme has changed. So, making code-level changes, for example, to remove the footer copyright text, will require some…
If you are to import large MySQL dumps, or large CSV files to your database using database clients like PHPMyAdmin, SQLYog, or MySQL Bench the time required will be pretty…
If you are trying to use jQuery 3.5.0 and Bootstrap 4.4, you will come across an error something like this: Can't convert object to primitive value(zone-evergreen:171). Uncaught Type Error: Cannot…