Published inJungletronics·May 28Simple eCommerce API using FlaskHow to Get Started on Flask — # flaskSeries # Episode 00 — Based on: hashtag treinamentos’ mentoring — Thanks Lira! This is all about Flask! here is it running on Replit! This app lets You Manage & Scale Your Business on the cloud; it allows managers to browse and calculate store’s gross sales and search items from an online store - Outfit. …Flask Framework10 min readFlask Framework10 min read
Published inJungletronics·May 15Installing Ruby on Rails Using ASDFWhy ASDF is Better Than RBENV for Rails Boostrap App? — Based on: Pompermaier’s lessons: Motivation: Why ASDF is better than rbenv for project rails manager? [ChatGPT] It's difficult to say whether ASDF is "better" than rbenv for managing Ruby on Rails projects because it depends on your specific needs and preferences. Both tools are popular and widely used, and they have their…Asdf3 min readAsdf3 min read
Published inJungletronics·Apr 21A Django FotoBlog in VS Code — First ViewsHow To Create A FotoBlog in VS Code — Part IV— DjangoSeries Episode # 18 — Hi, This is a continuation of this post. In the end I hope this article has helped you to gain a better understanding about Django concepts and get this page ready to code! This is our brainstorming!Python315 min readPython315 min read
Published inJungletronics·Apr 14All-Auth with Django-AllauthDjango-allauth Tutorial #PureDjango — Episode #01 — Official Documentation — django-allauth This is a standalone Django Working App Running a simple Project of How: All-Auth Works in Django. Welcome! Django-allauth is a Django package that provides a set of views, templates, and helper functions to handle user authentication, registration, and account management. It is built on top…Django Allauth8 min readDjango Allauth8 min read
Published inJungletronics·Apr 6How Django Signals WorkStand-alone Project to show how-to #PureDjango — Episode #00 — This is a standalone Django Working App Running a simple Project of How: Signals Works in Django. Welcome! In Django, signals allow certain senders to inform a set of receivers that specific actions have occurred. Django signals are used to send and receive specific essential information whenever a data model…Django7 min readDjango7 min read
Published inJungletronics·Mar 26A Django FotoBlog in VS Code — Self-Service Password ResetHow To Create A FotoBlog in VS Code — Part III — DjangoSeries Episode # 17 — Django provides a built-in password reset functionality that allows users to reset their passwords if they forget them. The password reset functionality works as follows: 1. User clicks on the forgot password link on the login page; 2. Django generates a unique token and sends an email to the user…Django Framework9 min readDjango Framework9 min read
Published inJungletronics·Mar 26A Django FotoBlog in VS Code — Custom User ModelHow To Create A FotoBlog in VS Code — Part II — DjangoSeries Episode # 16 — Starter code for this episode: GitHub link Hi, we get started with this question: Why we haven’t made migrations in the previous episode? Because we will not use the Django Default User Model. We will use a Custom User Model. Let me explain better… Django comes with a User model? …Django Framework6 min readDjango Framework6 min read
Published inJungletronics·Mar 24A Django FotoBlog in VS Code — Quick StartHow To Create A FotoBlog in VS Code — Part I — DjangoSeries Episode # 15 — Starter code for this episode: GitHub link Hi everyone! In this article we will create a photo album app named: fotoBlog. We’ll initialize our project in a batch script at the Terminal command line (Ubuntu 22.04.2 LTS): 00#Step — Go to this post and get your vs code ready for…Python34 min readPython34 min read
Published inJungletronics·Mar 10Python 4 Engineers -Linear programming ExercisesThese Techniques are Awesome! Let’s Practice! #pySeries — Episode 21 — Linear programming is an optimization technique to solve systems of linear constraints with a linear objective function. It is the most known method of Operations Research. let's exercise to understand LP in python? !pip install pulp Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Requirement already satisfied: pulp in /usr/local/lib/python3.9/dist-packages (2.7.0)Pulp4 min readPulp4 min read
Published inJungletronics·Dec 15, 2022ISS Tracking Project — PythonGet an Email alert when International Space Station (ISS) is above of us in the sky, at night — #PurePythonSeries — Episode #15 — iss_tracking_project: Python International Space Station (ISS) Tracking project in Python. Dez, 2022. Based on: Angela Yu from London 100 Days of Code: The Complete Python Pro Bootcamp for 2023 Project Description: This app will email you based on the event that the International Space Station (ISS) is above of us in the sky…Python33 min readPython33 min read