Secure Your Project's Sensitive Information with Django-environ and .env FilesApr 16, 2023·4 min read
Dependency Management Made Easy: Using Poetry in Your Django ProjectPython is a popular programming language that has a rich ecosystem of third-party libraries and tools. One of the most useful tools for Python developers is Poetry, a package manager and build tool for Python. Poetry makes it easy to manage dependenc...Apr 27, 2023·4 min read
Getting Started with React Native: A Step-by-Step Guide to Creating a To-Do AppReact Native is a popular framework used to create Android as well as IOS appsIn this blog post, we can walk through how we can initialize a react native project and then build a todo appFirst of all, check if you have installed thejava by typing jav...Feb 25, 2023·7 min read