7 followers
Student | Software Developer | Love with JavaScript and Python | Part time Open Sourcerer
Subscribe to my newsletter and never miss my upcoming articles
Are you tired of manually building and deploying Python packages to PyPi. Well here is the solution. What you need. A github account A PyPi account. A Packagable Python project. if you dont know how to package a project refer here Lets get starte...
When i was making my portfolio in React , i wanted to have all components in different subdomains. Eg : My domain : https://fredy.rocks/ , I want my Projects component at https://projects.fredy.rocks/,My blog at https://blog.fredy.rocks/ and more.. I...
Many of us find it difficult to add image to a database. PysonDB solves most of your problems now i will be showing how to store image in PysonDB What are we doing today: We are going to encode a image and then decode it. Then we are going to store ...
What are we going to do. First of all , lets go through this in two phases. Convert csv to json Upload converted json to Deta base Prerequisites Create a free account in Deta Create a new project (Note down the project key, we need it) Lets star...
Features Lightweight JSON based database. Supports CRUD commands. No Database drivers required. Unique ID assigned for each JSON document added. Strict about Schema of data added. Inbuilt CLI to delete,display,create JSON database. Convert CSV file...