Open in app
Home
Notifications
Lists
Stories

Write
Temitope Omotunde
Temitope Omotunde

Home

Sep 20, 2021

Simple Web Crawler Service

This was built based on the Backend Project Idea 1 given in the article [https://hackernoon.com/15-project-ideas-for-front-end-back-end-and-full-stack-web-developers-j06k35pi](https://hackernoon.com/15-project-ideas-for-front-end-back-end-and-full-stack-web-developers-j06k35pi) Find project repository at https://github.com/topeomot2/simple-web-crawler-service Requirements Simple web crawler service that takes a page URL and returns the HTML markup of that page.

Java Script

4 min read


May 17, 2021

Basic Concepts for Beginner Software Engineers: 1 - How the Internet Works

This is a series of basic concepts Software Developers should know. After many years of working as a Software Engineer, I have found out that knowing this concepts can clear up a lot of difficulty in understanding more advanced concepts in programming. My approach is to explain each concept in…

Beginner

4 min read

Basic Concepts for Beginner Software Engineers: 1 - How the Internet Works
Basic Concepts for Beginner Software Engineers: 1 - How the Internet Works

May 4, 2021

The Prototype Inheritance in JavaScript is not an Accident

I wonder why i had this gut feeling when working with JavaScript that the Prototype Inheritance was an accident. After thinking about it, I realize, it was because of the following reasons I had written other languages before coming to JavaScript and those languages were main Object Oriented Languages or…

Java Script

4 min read

The Prototype Inheritance in JavaScript is not an Accident
The Prototype Inheritance in JavaScript is not an Accident

Jun 28, 2020

Dart Nuggets: Operator ==

To remove a class of annoying bug issue when dealing with equality of objects in dart, override the == operator in your custom models especially if you are going to be comparing objects of the same model. void main() { var obj1 = CustomObject(name: 'tope', age: 20); var…

3 min read


Sep 22, 2019

Flutter: Everything is a Widget Series — Part 5: Scaffold

One of the main themes that quickly jump at you while using Flutter is that everything is a widget. The series aims to help beginners understand this simple yet powerful concept and introduce them to basic widgets in Flutter. To help us in this journey, I built a Twitter App…

Material Design

2 min read

Flutter: Everything is a Widget Series — Part 5: Scaffold
Flutter: Everything is a Widget Series — Part 5: Scaffold

Aug 10, 2019

Flutter: Everything is a Widget Series — Part 4: MaterialApp

One of the main themes that quickly jump at you while using Flutter is that everything is a widget. The series aims to help beginners understand this simple yet powerful concept and introduce them to basic widgets in Flutter. To help us in this journey, I built a Twitter App…

Material Design

3 min read


Jul 16, 2019

Flutter: Everything is a Widget Series — Part 3: State in Widgets

One of the main themes that quickly jumps at you while using Flutter is that, everything is a widget. The aim of this series is to help beginners understand this simple yet powerful concept and introduce them to basic widgets in Flutter. To help us in this journey, I built…

Android App Development

4 min read


May 30, 2019

Flutter: Everything is a Widget Series — Part 2: Composition is Key

One of the main themes that quickly jumps at you while using Flutter is that, everything is a widget. The aim of this series is to help beginners understand this simple yet powerful concept and introduce them to basic widgets in Flutter. — To help us in this journey, I built a Twitter Mobile Clone App using only the inbuilt widgets that come with Flutter. You can find the code at https://github.com/topeomot2/twitter-ui-app

Android App Development

4 min read

Flutter: Everything is a Widget Series — Part 2: Composition is Key
Flutter: Everything is a Widget Series — Part 2: Composition is Key

May 1, 2019

Flutter : Everything is a Widget Series — Part 1

One of the main themes that quickly jump at you while using Flutter is that, everything is a widget. The aim of this series is to help beginners understand this simple yet powerful concept and introduce them to basic widgets in Flutter. Well, it’s not going to be all talk…

Mobile App Development

3 min read

Flutter : Everything is Widgets Series
Flutter : Everything is Widgets Series

Oct 3, 2018

Why you should be using Firebase Http Callable Functions

Firebase Cloud Functions is the glue that ties most of the other products on the Firebase platform together. This is due to the different Cloud function triggers that exist. Cloud Firestore Triggers Realtime Database Triggers Firebase Authentication Triggers Google Analytics for Firebase Triggers Crashlytics Triggers Cloud Storage Triggers Cloud Pub/Sub…

Firebase

2 min read

Why you should be using Firebase Http Callable Functions
Why you should be using Firebase Http Callable Functions
Temitope Omotunde

Temitope Omotunde

Senior Software Engineer @Andela

Following
  • Nick Tune

    Nick Tune

  • Semi Koen

    Semi Koen

  • Eileen Pangu

    Eileen Pangu

  • Netflix Technology Blog

    Netflix Technology Blog

  • Seni Sulyman

    Seni Sulyman

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable