LTLudovic Taffinindrumor.hashnode.dev·May 6, 2021 · 2 min readDeploy Flask app on Heroku with GithubHello guys, Heroku is an awesome resource if you want to set up a web app. I recently needed it for a personal project and here is some simple step i had to follow to set up this correctly. All starts with an awesome GitHub project Let's imagine you ...00
LTLudovic Taffinindrumor.hashnode.dev·Feb 15, 2021 · 5 min readBrute force - let's have a lookOriginally posted here I recently issue the problem of a lost password on one of my own rar file. I so decided to attempt some of my most common password... None works... I was near of a simple deletion of my file and a lot of cry... Then i tried t...00
LTLudovic Taffinindrumor.hashnode.dev·Feb 12, 2021 · 4 min readFlutter - Layouts understandingHello, This post was originally post here Now that we understand how widgets works, it's now time to start building awesome layouts! As everything is widget(s) in Flutter, the layout model is also a widget. Text, Image,... Everything you see in an ...00
LTLudovic Taffinindrumor.hashnode.dev·Nov 6, 2020 · 3 min readFlutter walkthrough - WidgetsPost originally posted here : https://drumor.dev/posts/flutter-widgets/ Hello, Flutter is based on the widget concept. Today we are talking about this. Basic idea is : Create interface only with widgets. Widgets so define how the interface looks like...00
LTLudovic Taffinindrumor.hashnode.dev·Nov 3, 2020 · 9 min readFlutter Walkthrough - Understand your first appThe original post is here : https://drumor.dev/posts/flutter-first-app-analyze/ Hello, So I recently restart my learning of Flutter. After the installation of flutter with Android Studio (see doc), I create my first default project. Let see how does ...00