17 Apr, 2026

From zero to hero: Deployment of a Fastapi application ready for production with Terraform | By Hemant Kumar | June 2025

Imagine this: it is 2 in the morning, and you are frantically trying to deploy your Fastapi application to production. You have manually run the EC2 instances, configuring security groups and prayed for everything to work together. Does that seem familiar? It was me six months ago. Today, I will share how I transformed this […]

10 mins read

8 Python scripts to automate your daily tasks | By Abdur Rahman | June 2025

You have been coding in Python for a while, huh? You have probably built nice scripts, automated a few things here and there, perhaps even impressed a manager or two. But basically, you know there is more. You want these intelligent, elegant scripts that give you time that give you the impression of folding reality […]

1 min read

Learn Python as you would teach a 10 year old child | By Talha Tahir | June 2025

Learning python is easy. But knowing How to learn it? This is where most people are stumbling. Beginners overcome things. Expected experts. And somewhere in the middle, we forget how we learned anything first: by Do things that are fun and make sense. Here is an approach that I used for myself and with hundreds […]

1 min read

Scientific writing 2 – Creation of clear research questions in data science: a step by step guide | By AyÅŸe Kübra Kuyucu | June 2025

Scientific writing for data science – part 2/18 Image by AI Table of contents1. Understand the importance of data science research issues2. Key elements of a strong research question3. Step by step to formulate research questions3.1. Identify the research gap3.2. Refer the question of clarity and concentration4. Common traps to be avoided in the formulation […]

1 min read

Most asked Spring start -up questions in multinationals Part 1 | By allows you to learn now

Q. Imagine your service which forces data from a remote API. In ideal circumstances, you make a HTTP request and the data come back. But in reality, problems could arise. The remote server can be subjected to a heavy load, your own service may know the latency of the network, or a number of other […]

1 min read

Beginning with Laravel 12, view 3 & inertia.js: A guide for beginners | By ̇brahim Halil Oğlakcı | June 2025

Building modern applications on a page (spas) with Laravel has never been easier. In this guide, we will explain to you how to set up a Laravel 12 project with view 3 and inertia.js – step by step. At the end of this article, you can: Create a Laravel 12 project Configure inertia.js with view […]

2 mins read

Lateinit: enemy of your code cover | By Android Dev Nexus

Learn Android development Repend when you want to use lateinit. There may be better options Photo by Anton MAKSIMOV 5642.SU on UNCLASH Kotlin lateinit The modifier is a practical way to initialize non -null properties without requiring immediate assignment. However, when used with negligence, lateinit Can become a silent enemy for your code cover and […]

1 min read