How Variable Memory works inside Python
Video : Notes : Everything is an Object in Python The example we will be using here is for the python interpreter written in C language (there are other Python interpreters written in differ...
Video : Notes : Everything is an Object in Python The example we will be using here is for the python interpreter written in C language (there are other Python interpreters written in differ...
Step 1 : Pick Delicious Team Name Step 2: Get Free Credits https://trygcp.dev/e/ai-buildathon-with-google-gemini Step 3: Hack on with your winning Team : Jalebi Team Member ...
Vlog Theme of the Day : Generative AI Startup that Caught my eye https://cast.ai/ AI Offering Comparison AWS vs Azure vs GCP Amazon Q Azure OpenAI Google...
Submission Artefacts My First solo in person 24 hours hackathon with Team Members Me + Copilot + Gemini Tracks Pitch Guidelines Link : https://tribegroup.notion.site/Project-Submissi...
High-Level Design High-level design or HLD refers to the overall system, a design that consists description of the system architecture and design and is a generic system design that includes: The...
One thing checked off the learning roadmap, rest time will compound exponentially the learning with architecture This is the roadmap I set for myself on Fundamentals AZ 900 My Article Link...
Pics from the Day Satya Nadella on Stage MS Ai LLM Prompt Flow Workshop Github Repo Link What is Azure Machine Learning prompt flow Links for Reference Open Healthcare Network ...
Terraform in a nutshell In its most basic form, Terraform is an application that converts configuration files known as HCL (Hashicorp Configuration Language) into real-world infrastructure, usuall...
Database logs are a critical part of any database system to ensure Durability Crash Recovery There are different types of Logs such as Write ahead Logs WAL, Redo logs, Undo Logs, etc. WAL ...
**What’s a design pattern?** Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring ...