-
Annotation & their uses in Java
Hello, I’m newbie to Java world & so new to Spring Boot. So, I don’t have a prior experience with…
-
Split & Map a String in Java
Hi, everyone. I’m learning the basic concepts of Java since last month. So, while I’m learning I did some example…
-
Posted On Journal
Uki — A life-changing determinant
The youth need to be enabled to become job generators from job seekers — A.P.J.Abdul Kalam Uki is a Tamil…
-
Simple CRUD APP with Dynamo DB – API Gateway – Node JS Serverless with Lambda
Imagine you have a big box of Legos. With these Legos, you can build lots of different things, like houses,…
-
Posted On Database
Seeding in the context of Database
In the context of databases, “seeding” typically refers to the initial population or insertion of data into a database. This…
-
Posted On Backend
Why to enable CORS?
Enabling CORS (Cross-Origin Resource Sharing) in API Gateway in AWS is crucial for controlling how your API is accessed from…
-
Posted On Uncategorized
PYTHONPATH in a nutshell
I was running a Django project, and I had to use a GitHub repo as a third-party dependent in the…
-
Posted On Python
Django Views are Synchronous, You can’t have Asynchronous things inside views
The core issue I was facing was related to the inherent nature of how web servers and Django handle requests…