Blogs

All django graphql go python postgresql C
Building a simple file based record keeping system in C

Greetings(Namaste). Earlier this week, one of my sister requested to help her do her computer science project from her school. The project was to be …

Feb. 9, 2026

Graphql in python using graphene

In this guide, we’ll explain how to integrate GraphQL into Python projects. You’ll learn how to set up a GraphQL server, define schema, and write …

Dec. 30, 2025

Key Terms used in GraphQL

GraphQL is query language for API. GraphQL gives client the power to ask for exactly what data they need. With GraphQL, we can easily write …

Dec. 30, 2025

Build GraphQL API in Python Using PostgreSQL

In today’s world of modern web development, building efficient and flexible APIs is more important than ever. GraphQL has quickly become a popular alternative to …

Dec. 30, 2025

Graphql in django using Graphene-Django

GraphQL is a powerful query language for APIs that gives clients exactly the data they need, and Django is a robust web framework for building …

Feb. 3, 2026

Naming convention in go

Go is a young language. Although it borrows ideas from existing languages, it has unusual properties that make effective Go programs different in character from …

Dec. 30, 2025

Understanding Prefetch related and select related in Django

Django ORM (Object-Relational Mapping) is a powerful feature of Django that allows you to interact with your database using Python code instead of writing raw …

Dec. 30, 2025