FileField and FieldFile

Summary https://docs.djangoproject.com/en/3.1/ref/models/fields/#filefield-and-fieldfile When you access a FileField on a model, you are given an instance of FieldFile as a proxy for accessing the underlying file. The API of FieldFil mirrors that of File(File Object in Django), with one key difference: The object wrapped by the class is not necessarily a wrapper around Python’s built-in file object. Instead, it is a wrapper around the result of the Storage.open() method, which may be a File object, or it may be a custom storage’s implementation of the File API....

April 4, 2022 · 3 min · Jaaved Khan

Food Rating

Summary A startup that allows users in KSA to find, rate and review foods they love.

April 4, 2022 · 1 min · Jaaved Khan

File Object in Python

5 Related: Open function python Synonyms: File like objects Streams Related: Difference between File and Stream? Summary(jak): These are just like another object with standard methods or interfaces- read(), write(), etc - . They allow interactions with underlying resource through the standard interface. File object https://docs.python.org/3/glossary.html#term-file-object An object exposing a file-oriented API (with methods such as read() or write()) to an underlying resource. Depending on the way it was created, a file object can mediate access to a real on-disk file or to another type of storage or communication device (for example standard input/output, in-memory buffers, sockets, pipes, etc....

April 4, 2022 · 2 min · Jaaved Khan

Kernel Modules

Summary Kernel modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system. A module can be configured as built-in or loadable. To dynamically load or remove a module, it has to be configured as a loadable module in the kernel configuration. ref Types of modules Static Modules Static modules are those which are compiled as part of the base kernel and it is available at any time....

April 4, 2022 · 1 min · Jaaved Khan

Omar Al-Somhi

Summary Works as Manager of Business Analyst at Solution Delivery unit of ICTC.

April 4, 2022 · 1 min · Jaaved Khan

Jameel Bhai

Summary Kind gentlmen who works at KFUPM electronic hardware department of ICTC

April 4, 2022 · 1 min · Jaaved Khan

Marketing Fatoorah

Content for the marketing brochures E-invoicing(Fatoorah) ZATCA complaint Create invoice by filling minimum required information, amounts and taxes will be calculated automatically. Customize your invoice as you need them. Invoice management system to search, filter and sort invoices. Security: only you and your company employee can create and view your invoices. Access Control: you can add remove and disable your employee’s access to create and view invoices....

April 4, 2022 · 1 min · Jaaved Khan

DRF

Summary Framework to create REST API in

April 4, 2022 · 1 min · Jaaved Khan

Kombare

Summary Scrape and link all the online ecommerce products to build a content aggregator site that does price comparison and shows other relevant analytical data. The application has two channels Public channel Price comparision engine like pricena that helps general user to buy products with best value from available vendors. Vendor channel (paid) Application to help: vendors to track prices of competitors. game theory....

April 4, 2022 · 1 min · Jaaved Khan

Syed Tariq Magrabi

Summary ex Manager of Contact email: stariq@kfupm.edu.sa

April 4, 2022 · 1 min · Jaaved Khan