Senior Software Development Engineer at Indépendant
Gurugram, Haryana, India
Join Prog.AI to see contacts
Join Prog.AI to see contacts
Summary
🤩
Rockstar
🎓
Top School
Chirag Maliwal is a Senior Software Development Engineer with nine years of experience building production-grade systems across Generative AI, multi-agent automation, Web3, and full-stack Python architectures. He has led and mentored engineering teams to deliver scalable cloud-native applications and blockchain solutions, from smart contracts to decentralized apps. Equally comfortable shipping backend services in Python/Django and interactive front-ends with React, Chirag focuses on maintainable, elegant code—his self-styled "Vibe Code Cleanup" approach keeps systems easy to evolve. He pairs hands-on implementation with client-facing technical leadership, adapting to varied workflows and time zones as an independent consultant. Active in the developer community as a mentor and writer, he’s motivated by using code as a force for good and practical magic. With formal study in digital currencies and roots in electronics engineering, he brings both systems rigor and cryptoeconomic awareness to complex product problems.
9 years of coding experience
4 years of employment as a software developer
Engineer’s Degree, Electronics and Communications Engineering, Engineer’s Degree, Electronics and Communications Engineering at Global Institute of Technology,Jaipur
High School, science & maths, High School, science & maths at Govt. Sr. Sec. School,Rrajendra Marg Bhilwara
DFIN-511 Introduction to Digital Currencies, Digital Currencies and blockchain Technology, 85.67%, DFIN-511 Introduction to Digital Currencies, Digital Currencies and blockchain Technology, 85.67% at University of Nicosia
A web API, is exactly that, it's a set of defined requests and responses that allow us to communicate with a server, consume and edit the data it offers. REST There are several approaches to API design, however, one architectural style that has become very popular, is REST, it stands for Representational State Transfer. The idea behind REST, is to use HTTP verbs to represent CRUD actions. GET read POST create PUT update DELETE delete So, for example, if you're going to work with a resource users, you can use these HTTP verbs to request the server a specific CRUD action. GET /users/1 Get user with id 1 POST /users/ Create a new user PUT /users/1 Update user with id 1 DELETE /users/1 Delete user with id 1 Django REST Framework Django Rest framework is a toolkit, that allows for rapid API development, it comes with very handy features like Serializers, a browse-able API, Authentication and more. On the other hand, Django Rest Framework integrates very well with Django and enhances it with several useful Classes and functions. Overview of the Todo's API We're going to go over some of the aspects of building a simple API. For the following sections, we've put together a GitHub repository with a Todo's JSON API, we recommend you clone it in order to follow along with the article. This API, has a basic Task model, and a serializer TaskSerializer which will take care of serializing the task so that we can return them as JSON data.
This repository contains basic code of run your first application on kubernet
Contributions:26 commits, 14 pushes, 1 branch in 22 days
k8skubernetes
Find and Hire Top DevelopersWe’ve analyzed the programming source code of over 60 million software developers on GitHub and scored them by 50,000 skills. Sign-up on Prog,AI to search for software developers.
Request Free Trial
Chirag Maliwal - Senior Software Development Engineer at Indépendant