Damilare Jolayemi Damilare is an enthusiastic problem-solver who enjoys building whatever works on the computer. He has a knack for slapping his keyboards till something works. When he's not talking to his laptop, you'll find him hopping on road trips and sharing moments with his friends, or watching shows on Netflix.

Stories by Damilare Jolayemi

Build Polymorphic Components Rust

How to build polymorphic components in Rust

Dev

We demonstrate how to implement polymorphism in Rust using static dispatch, dynamic dispatch, and enums, and we discuss the tradeoffs of each approach.

Damilare Jolayemi
Feb 16, 2023 ⋅ 5 min read
Integrating Flask and Flutter apps

Integrating Flask and Flutter apps

Dev

Discover how to integrate your frontend Flutter application with a Flask backend service!

Damilare Jolayemi
Sep 30, 2022 ⋅ 10 min read
Creating an adaptive app with Flutter

Creating an adaptive app with Flutter

Dev

Adaptive apps, not to be confused with responsive apps, deliver different views for different devices and screen sizes. Build one here!

Damilare Jolayemi
Sep 16, 2022 ⋅ 7 min read
Build a full-stack app with Tetra

Build a full-stack app with Tetra

Dev

Learn how to build a simple full-stack blog application while getting familiar with the Tetra framework and its components.

Damilare Jolayemi
Aug 11, 2022 ⋅ 12 min read
How to implement infinite scroll pagination in Flutter

How to implement infinite scroll pagination in Flutter

Dev

Learn three different ways to implement Instagram-like scroll experiences in your Flutter apps in this detailed tutorial.

Damilare Jolayemi
Jun 9, 2022 ⋅ 11 min read

A guide to advanced Flutter animations

Dev

In this tutorial, learn about advanced animations available in Flutter and how you can implement a variety of different custom animation styles.

Damilare Jolayemi
Mar 25, 2022 ⋅ 8 min read
Build Telegram Bot Deploy With Flask

How to build and deploy a Telegram bot with Flask

Dev

This tutorial demonstrates how to build a Telegram bot and then integrate it with Flask to build a customized dictionary app quickly and deploy it to Heroku.

Damilare Jolayemi
Jan 7, 2022 ⋅ 6 min read
Build and deploy a Flask app using Docker

Build and deploy a Flask app using Docker

Dev

Learn how to deploy a Flask app using Docker, as well as how to host on Heroku, in this step-by-step Python tutorial.

Damilare Jolayemi
Dec 8, 2021 ⋅ 6 min read

Dart and Flutter data structures: A comprehensive guide

Dev

Learn how to choose from the many Dart and Flutter data structures available to use, and when to use each one, in this detailed guide.

Damilare Jolayemi
Nov 23, 2021 ⋅ 14 min read
Build a Python web scraper with Beautiful Soup

Build a Python web scraper with Beautiful Soup

Dev

Web scraping can be one of the most important things you can learn in Python. Learn about web scraping with Beautiful Soup in this tutorial.

Damilare Jolayemi
Nov 2, 2021 ⋅ 7 min read
Flutter Redux: Complete tutorial with examples

Flutter Redux: Complete tutorial with examples

Dev

Learn about data flow, state management structure, and using Redux in your Flutter apps in this detailed tutorial.

Damilare Jolayemi
Oct 25, 2021 ⋅ 8 min read
Containerizing Flutter web apps with Docker

Containerizing Flutter web apps with Docker

Dev

Learn how to containerize your Flutter web apps, allowing them to run consistently on any operating system or infrastructure.

Damilare Jolayemi
Oct 19, 2021 ⋅ 5 min read