David Carrdcblog.dev·14 hours agoEffortlessly Trigger Modals with Session Flash in LaravelHere’s a dead simple way of triggering a model to show or anything really from a controller. From a controller after using session()→flash() to setup a session value session()->flash('show-update-current-orders-dialog'); Then in a blade file, check ...Laravel
Biswaraj Sahoobiswaraj333.hashnode.dev·Jun 28, 2023DevOps(Day-17) : Docker Project - Flask Calculator AppTABLE OF CONTENTS DOCKER FILE PROJECT: Build a container for a Flask Calculator App Docker plays a major role in building the application by improving its efficiency. It containerizes the application by creating an image which is portable i.e. ca...Docker
Todd Simpsonswiftelearning.hashnode.dev·May 10, 2023The Future of Flash to HTML5 Conversion: Trends and PredictionsThe rise of the internet has revolutionized the way we consume content. From videos to animations and interactive applications, the web has become a hub of immersive experiences. Flash has been a popular technology for web developers to create these ...33 readsflash
Mudassar HayatforHunnar Bloghunnar.hashnode.dev·Apr 25, 2022Introduction to Flask - A Beginner ApproachIntroduction A website is an essential part of every business. A business can attract users through the website. By having a website, a business shows its presence to customers throughout the world. A website is also essential for a Data Scientist or...1 like·71 readsFlask Framework
Tobias Finnsongamehistorians.hashnode.dev·Mar 15, 2022A quick story about flash player and browser games golden ageWhether it was a cursed obscurity now lost to the depths of internet history or a massively successful time-waster that subsequently grew into a multi-million dollar series, everyone recalls their favorite browser games (like Doom, Trials, Super Meat...10 likes·71 readsBrowsers
Arun K Somanarunksoman.hashnode.dev·Oct 29, 2021FastAPI Flashing Message like FlaskFastAPI is an ASGI framework for Python. Nowadays FastAPI is used a lot for creating fast, self-documented APIs. It also gives flexibility for Python programmers to use modern Python syntax like the type hinting. FastAPI integration with the template...1 like·496 readsAwesome FastAPIPython 3
Vladimir Salguerovladi.hashnode.dev·Sep 4, 2021Pero todo cambió cuando CSS3 apareció#History Historia reciente del Diseño Web Entre los años 2009 y 2010 hice un sitio web como proyecto de tarea, aún sigue en línea en un hosting gratuito http://vladimetal.freevar.com. El menú principal de navegación estaba hecho en Flash por eso ya ...44 readsCSS3
DePaulakinu.hashnode.dev·Jun 26, 2021Five years ago I tried to start something called 'Data Restore Foundation'; aiming to create an immutable repository for internet indexing.I was talked down by the 'community'. Since then I have watched as the Internet Archive, Wikipedia, Wayback machine, Google and others have repeatedly tempered, removed and undoubtedly tailored content. At the time, around 2014 convincing people thi...52 readsinternet
Millionlights Universitymillionlights.hashnode.dev·Apr 26, 2021Flask as a REST APIFlask is a microframework for Python, which can be used in small to medium applications. It was developed by Armin Ronacher, who led a team of international Python enthusiasts called Poocco. Flask is based on the Werkzeg WSGI toolkit and the Jinja2...63 readsFlask Framework
Hrithwik Bharadwajblog.hrithwik.dev·Aug 31, 2020How to Deploy Flask apps for Free with HerokuLet's say you have built a flask app and want to deploy it for free. For example, Here is a single page flask app which I built few days back which displays random developer quotes. There are a few options you have like PythonAnyWhere or Nitrious....43 likes·1.2K readsPython