ASArpit Soniinsudoarpit.hashnode.dev路Oct 19, 2022 路 2 min readMini Project: Text to ASCII Art in DjangoSetup and Installation Create a virtual environment. I'm using python3.10 for this project python3.10 -m venv venv Activate your environment source venv/bin/activate Install Django and pyfiglet pip install django pyfiglet Create Project django-admin ...00
ASArpit Soniinsudoarpit.hashnode.dev路Oct 15, 2022 路 3 min readSimple ToDo App in Flask with Jinja2 TemplateFlask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-...00
ASArpit Soniinsudoarpit.hashnode.dev路Oct 10, 2022 路 4 min read15 Programming projects to boost your resume1. Develop a personal website If you鈥檙e a programmer, chances are you already have a personal website. If not, now is the perfect time to create one! A personal website is a great way to share your work with the world, and it can also be a valuable t...00
ASArpit Soniinsudoarpit.hashnode.dev路Sep 25, 2022 路 2 min read8 Amazing JavaScript Project IdeasInstant Search Bar: An instant search is a feature that allows you to display results as a user types in the search query. It improves user experience and the user does not need to wait. By building this you learn event listeners, API calls, CSS anim...00