Git Product home page Git Product logo

Fodilu Akorede's Projects

advanced-serializer-usage icon advanced-serializer-usage

This code is to show how we can do one of the advanced serializer usages called Dynamically modification fields. Dynamic modifying fields can make a Django rest framework API act like graphQL endpoint by retrieving only the required fields from the model, which is our primary goal for this article.ย  Once a serializer has been initialized, the dictionary of fields that are set on the serializer may be accessed using theย .fieldsattribute. Accessing and modifying this attribute allows you to dynamically modify the serializer. Modifying the fields argument directly allows you to do interesting things such as changing the arguments on serializer fields at runtime, rather than at the point of declaring the serializer. The example we are using to demonstrate dynamically modifying fields will have a Book model which has Publisher and Author as foreign relations.

afordeal88scrumy icon afordeal88scrumy

This Repo is created for LinuxJobber Virtual Internship. It's a Django, mysql and Angular Internship. I am building a Chatscrum Application.

appstore icon appstore

Scraped Apple's App Store's most popular apps using scrapy, and performed some Exploratory Data Analysis on data, after preprocessing

carrentalapp icon carrentalapp

The project is about the automatic Car Share System. This system is used to book, find, unlock and lock a car. In addition, the customer can report some issues with the car to help the company to maintain the cars. The application is created for four types of users: customer, company manager, engineers and system administrator.

data-oriented-pyglet icon data-oriented-pyglet

Tests towards doing basic pyglet rendering tasks faster through data orientation and numpy

data-pipelines-with-apache-airflow icon data-pipelines-with-apache-airflow

Developed a data pipeline to automate data warehouse ETL by building custom airflow operators that handle the extraction, transformation, validation and loading of data from S3 -> Redshift -> S3

django-cc icon django-cc

Django wallet for Bitcoin and other cryptocurrencies

ems icon ems

Employee Management System

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.