Hamza SabljakovicCreate RDS Postgres or MySQL with AWS CDK and JavaLike in my other CDK-related posts, we will begin with generating a new AWS CDK project.Dec 12, 2022Dec 12, 2022
Hamza SabljakovicAttach Elastic IP to EC2 instance with AWS CDK and JavaWe will begin by scaffolding a fresh Java AWS CDK project.Dec 11, 2022Dec 11, 2022
Hamza SabljakovicCreate Amazon Linux 2 EC2 ARM and x86 based instances with CDK and JavaFor this post, we will assume you have the AWS CDK installed on your machine and some experience with the CDK. If you are looking for a…Dec 10, 2022Dec 10, 2022
Hamza SabljakovicCreate ARM based Ubuntu EC2 instance with AWS CDK and JavaWe will start by scaffolding a new CDK project for our infrastructure. The AWS CDK supports a number of different programming languages but…Dec 5, 2022Dec 5, 2022
Hamza SabljakovicMinimalistic Basic Auth configuration with Spring Boot SecurityThis post aims to address the minimal configuration required to get set up basic auth for all the endpoints and a single static user.Jun 21, 2022Jun 21, 2022
Hamza SabljakovicLog service name for slow queries in MongoDB — Spring data & Javaspring.data.mongodb.uri=mongodb://localhost:27017/development?appName=YOUR_SERVICE_NAME_GOES_HEREMay 25, 2022May 25, 2022
Hamza SabljakovicHow to enable logging MongoDB queries for Spring Boot applicationslogging.level.org.springframework.data.mongodb.core.MongoTemplate=DEBUGMay 18, 20221May 18, 20221
Hamza SabljakovicinJavaScript in Plain EnglishA Complete Guide to Axios POST RequestsWith over 21 million downloads from NPM per week, Axios is one of the most beloved HTTP clients in the JavaScript ecosystem.Nov 23, 2021Nov 23, 2021
Hamza SabljakovicinEnlear AcademyGetting Started with SpringBoot and MongoDBHow to Use MongoDB with Spring BootSep 14, 2021Sep 14, 2021
Hamza SabljakovicHow to set MongoDB connection string as an environment variable for Spring Data MongoThe environment variable with the database connection string (uri) expected by the spring data mongo is SPRING_DATA_MONGODB_URIAug 31, 2021Aug 31, 2021