Jasai Hansdajasaiblogs.hashnode.dev·Jul 6, 2024Understanding Python Flask ApplicationsPython Flask is a lightweight, flexible web framework ideal for building web applications and services. Learn its features, structure, and use cases with examples. Introduction Python Flask is a micro web framework for Python, designed to be lightwei...Discuss·65 readsPython
Pedro Dautonetops.com·Jun 17, 2024Jinja2 BasicsUsually, as network engineers, we use Jinja2 to store configuration templates, so let us check the structures, thinking of a practical approach for our daily jobs. You might want to follow up with some testing for the following blog. Packet Coders ha...DiscussJinjajinja
Pedro Dautonetops.com·Jun 15, 2024Jinja2 Fast Reference HandbookDocumentation as Code Jinja2 templates are mainly used for configuration templates. You can also use Jinja2 to format raw or parsed data into text reports, CSV, JSON files, or Markdown documents. Using it together with Python to gather/push informati...DiscussJinjajinja
Hiyomihiyomi.hashnode.dev·Mar 24, 2024[FLASK]back to the past: Building an application with our friend "flask" and APIFlask is a friendly lightweight Python framework for creating fast websites. It is a highly customizable and beginner-friendly framework to start with. And you can create APIs very smoothly 🤩 So what is an API? API stands for Application Programmin...Discuss·1 likePython
Danner Baumgartnerdader34.hashnode.dev·Dec 1, 2023Jinja 2 And How To Template Like A ProJinja 2 is a powerful, super extensive and popular templating engine for Python web development. It gives you a simple, clean, and really extensible way to generate dynamic content in web applications. In this article, we'll look through the origins ...Discuss·32 readsJinja2
Rohanrohansblog.hashnode.dev·Oct 21, 2023Auto escaping in Jinja and FlaskAuto Escape Auto escape means applying a proper escaping modifier to each variable in your template. As per the documentation, Flask configures Jinja2 to automatically escape all values unless explicitly told otherwise to help prevent XSS. Let's dive...Discuss·31 readsPython 3
Eghosa Osayandeyande.hashnode.dev·Aug 22, 2023Jinja HTML Templates With Dart FrogIntroduction HTML templates are a foundational concept in web development that involve creating reusable structures for generating dynamic HTML content. HTML templates offer several benefits in web development such as allowing dynamic data integratio...Discuss·60 readsdart_frog
Nikhil AkkiPronikhilakki.in·Aug 5, 2023Alpine.JS: A Lightweight JavaScript Framework That Packs a Mountain of PowerIntroduction In the vast landscape of JavaScript frameworks, AlpineJS emerges as a shining star that blends simplicity, speed, and versatility. While bigger frameworks like React and VueJS have their place, AlpineJS offers a refreshing alternative fo...Discuss·1.1K readsFrontend Frameworksalpinejs
Shaik Mohammed Huzaifahuzaifa.hashnode.dev·May 5, 2023How to Render and present data with flaskThis is one of the most important parts of any dynamic website where data has to be changed depending on the user's interactions. HTML only holds the data which was written in its elements and that data does not change no matter how many times you us...DiscussFlaskFlask Framework
Hoakinhoakin.hashnode.dev·Mar 8, 2023Problem Set 9 - Finance 💹In this problem set, we are tasked to build a web application that allows users to buy and sell stocks, using a virtual currency, and track their portfolio over time. We will take a closer look at the various technologies used in the problem set, suc...Discuss·5.5K readsCS50x 2022 Journey 🛣cs50