Code Monkey home page Code Monkey logo

Hi there šŸ‘‹

  • šŸ”­ Iā€™m currently working on: As a remote contractor, I am currently working as a Senior Full Stack Software Developer. The project involves designing and implementing new features, optimizing the codebase, and ensuring the scalability and performance of the application.

  • šŸŒ± Iā€™m currently learning: I am always on the lookout for new technologies to learn and stay up-to-date with the latest developments in the software industry. Currently, I am learning more about cloud computing, serverless architecture, and containerization using technologies such as AWS, Docker, and Kubernetes.

  • šŸ‘Æ Iā€™m looking to collaborate on: I am always open to collaborating with like-minded individuals and teams on exciting projects that challenge my skills and knowledge. Whether it is an open-source project or a commercial venture, I am eager to contribute my expertise and learn from others.

  • šŸ¤” Iā€™m looking for help with: While I am confident in my abilities, I am always open to learning from others and seeking help when needed. Currently, I am looking for help in mastering advanced data structures and algorithms and improving my understanding of system design principles.

  • šŸ’¬ Ask me about: I have a wide range of expertise in full-stack web development, including front-end technologies such as React and Vue, back-end frameworks such as Node.js and Django, and database technologies such as MongoDB and MySQL. I am also familiar with blockchain technology and its various applications.

  • šŸ“« How to reach me: You can reach me through my LinkedIn profile or email me directly at [email protected]. I am always available to discuss exciting new opportunities or collaborate on projects. I believe that my zeal for programming, dedication to learning, and unparalleled work ethic make me an invaluable addition to any team or project. If you're looking for a senior full stack software developer who is passionate, honest, and committed to delivering exceptional results, then look no further!

  • šŸ˜„ Pronouns: He/him

  • āš” Fun fact: In my free time, I enjoy reading science fiction novels and exploring new cuisines. I am also an avid fan of cricket and enjoy playing the sport with my friends and colleagues.

Chirag's Github Status

Chirag's Github Status

ChiragMaliwal's Projects

ai-comedy-club icon ai-comedy-club

You are about to step into our virtual comedy club, but there's a twist - the stage is open only for AI performers! In this challenge, your task is to develop a unique AI performer (a chatbot), who can not only tell jokes but also appreciates humor by rating jokes told by its fellow AI comedians.

awesome-langchain icon awesome-langchain

šŸ˜Ž Awesome list of tools and projects with the awesome LangChain framework

blockbook icon blockbook

:blue_book: TREZOR address/account balance backend

coin-scanner icon coin-scanner

This project take data from binance and poloniex exchange and save in mongodb.

colossuscoinxt icon colossuscoinxt

Core and desktop wallet for the ColossusXT cryptocurrency (COLX)

competitive-programming icon competitive-programming

I have the personal goal of learning something new every day. For the most part, it is related to programming and my work, but it can be really anything. I consider being honest with my work as my key strength. I believe in the principle of "Work while work, Play while you play".

conference-dapp icon conference-dapp

Conference Dapp is decentralised application built for Ethereum providing these features: 1.create new talks 2. get the details of these talks $ register attendees using crypto-currencies 3.attendees can vote for talks they attend 4.speakers get rewarded based on the reviews they got from attendees

covid19_quilltrace_tracker icon covid19_quilltrace_tracker

(Government, Care Givers, People) are equal stakeholders in addressing the covid19. Blockchain can provide a central platform for all parties to communicate and share data and generate real-time insights

djangorestframework-basic icon djangorestframework-basic

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.

drf_crud_cbv icon drf_crud_cbv

Django Rest framework with CRUD actions ( using class based views )

eips icon eips

The Ethereum Improvement Proposal repository

ethindia2.0 icon ethindia2.0

Stake based Subscriptions - ZERO COST subscriptions to a paid product/service on the ethereum - Smart Contracts + Compound v2 Lending Platform ZK based Privacy preserving Subscriptions using Range proofs powered by Aztec Protocol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.