Piyush Kabradevopswithpiyushkabra.hashnode.dev·19 hours agoCreating A Web App Using Docker & PythonFirst of all, I was in my docker host which is rhel 9 virtual machine. Then I created a Python file named app.py Imported Flask library and routed an app on the “/info” route And mentioned what to return when someone calls this Then on my local mach...Docker
Tri Lươngtriluong.hashnode.dev·19 hours agoTerraform Cơ bản1. Terraform là gì? Terraform là công cụ quản lý cơ sở hạ tầng bằng mã (Infrastructure as code - IaC). Terraform giúp cho việc triển khai, thay đổi, quản lý thay đổi của cơ sở hạ tầng hiệu quả và an toàn. 2. Terraform workflow Khởi tạo Xây dựng cơ...Terraform
Sofija Alerebackend-to-data-engineering.hashnode.dev·Feb 13, 2025IntroductionAs a (primarily) backend developer, I’ve spent a lot of time working with APIs, databases, and application logic—but data engineering operates on a different scale. A scale that is honestly kind of intimidating. Instead of focusing on individual tran...data
Arunmathavan Karunmathavank.hashnode.dev·Feb 10, 2025Django Models And MigrationsIn Django, Models are used to define the database models. To apply these models we need run migration. Migration is used to allow us to make any changes to our database even after it was created and the data in that database. It acts like version con...Learning Journey
ANGSHUMAN SINGHAangshucodes.hashnode.dev·Feb 10, 2025My Journey Learning CSS - Specificity and Casacade Algorithm 🚀 (Day-10)📊 Understanding CSS Specificity and the Cascade Algorithm CSS (Cascading Style Sheets) is a powerful tool for styling web pages, but it can sometimes be tricky to determine why certain styles override others. This is where CSS specificity and the ca...Full Stack Web Development JourneyWeb Development
Sheikh Abdul Wahidabdulwahidblogs.hashnode.dev·Feb 9, 2025My Full Stack Development Learning Journey: Week - 1Hey everyone, in this week, I learned about the following HTML concepts: Live Preview Extension in VSCode Client-Server Interaction Basic Structure of an HTML File Text Content Elements Media Integration Forms and Input Tags Semantic Tags & S...Frontend Development
Raman Kurairamankurai.hashnode.dev·Feb 9, 2025My Frontend Development Journey: How I Became a React DeveloperIntroduction Hey everyone! 👋 I'm Raman Kurai, a passionate frontend developer sharing my coding journey. I started with HTML, CSS, and JavaScript, and now I build applications using React, Next.js, Firebase, and Appwrite. In this blog, I’ll share ho...1 likeJavaScript
jorzeljorzel.hashnode.dev·Feb 8, 2025How to Improve as a Software Developer by Embracing Ultralearning PrinciplesHow can you be certain that your career is secure? Given how rapidly the world is changing, is there a safe job? The capacity to change course, pick up new skills, and adapt is more crucial than ever in the current world, particularly with the develo...learning
Shaikh Affaninnerworkingpy.hashnode.dev·Feb 8, 2025Inner Working of Python: How Python Executes CodePython is one of the most popular programming languages today, known for its simplicity, readability, and versatility. But have you ever wondered what happens behind the scenes when you run a Python script? Understanding the inner workings of Python ...Python
Paul Omagbemiomagbs.hashnode.dev·Feb 8, 2025Logistic Regression: When a Line Learns to DecideI found Logistic Regression really interesting and it was quick for me to understand--I think that is largely because Linear Regression has created a mental map for me. It's kinda like if you understand a monkey, you'd not have a so much trouble unde...logistic regression