PinnedPublished inDev GeniusFastAPI Tutorial: Build a REST API in 15 MinutesWhat is an APIOct 28Oct 28
PinnedPublished inDev GeniusTalking about Django design principles: DRY, SOLID, KISS & YAGNIDjango signals are an incredibly powerful tool that can help you build better, more efficient applications.Jun 12Jun 12
Published inDev GeniusGetting Started with LlamaLlama is a large language model developed by Meta AI, featuring different versions ranging from 7 billion to 65 billion parameters. The…Apr 26Apr 26
Published inDev GeniusDjango: IntroductionDjango is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Django is a free and…Jan 7Jan 7
Published inDev GeniusEverything You Need to Know About Django ModelsIn Django, a model is a Python class that subclasses django.db.models.Model and represents a table in a database. A Django model describes…Nov 5, 20231Nov 5, 20231
Published inDev GeniusDjango Signals: How to Use Them for Better Application DevelopmentDjango signals are an incredibly powerful tool that can help you build better, more efficient applications.Oct 14, 20231Oct 14, 20231
Published in𝐀𝐈 𝐦𝐨𝐧𝐤𝐬.𝐢𝐨Guide to Setting Up a PDF-Reading Chatbot with ChatGPT.Last year in 2022 on Nov 30 ChatGPT, a super-smart digital assistant created by OpenAI. Think of it as a chatbot that can answer questions…Oct 5, 2023Oct 5, 2023
Routing in ReactWe do not have any default routing available with the create-react-app command so we have to use an external module for it named as…Oct 3, 2023Oct 3, 2023
Conditional Rendering — The use of If, else & for in ReactConditional rendering in React refers to the ability to render different UI markup based on certain conditions. Let’s break down the…Oct 3, 2023Oct 3, 2023