Latest Articles & Lessons

How to Integrate Smart Tables With Angular

How to Integrate Smart Tables With Angular

Posted Jan 20, 2020 | | By Shira Gray | Angular
The following post surely catches a bit surface of the major revamp which has been promised by AngularJS since its inception. With such technologies growing, the best is always yet to come! A lot seems to have changed under the hood in regards to …
Read More

How to build a reusable Modal Overlay/Dialog Using Angular CDK

How to build a reusable Modal Overlay/Dialog Using Angular CDK

Posted Nov 20, 2019 | | By Maina Wycliffe | Angular
Today, I am going to show you how to create a reusable modal overlay/dialog using Angular CDK Overlay that can be reused inside our Angular project multiple times with ease. We are going to try and match the behavior and the functionality of Angular …
Read More

Angular Newsletter Issue No #3 7th November 2019

Angular Newsletter Issue No #3 7th November 2019

Posted Nov 7, 2019 | | By Maina Wycliffe | Newsletter
This is my weekly newsletter for Angular and related news. Every week, I go through the web and find and curate the articles I find most interesting to share with you. 1. Transloco’s New Dev Tools Make i18n in Angular Easy as Pie … Translation is a …
Read More

Weekly Angular Newsletter 13th 21st October 2019

Weekly Angular Newsletter 13th 21st October 2019

Posted Oct 21, 2019 | | By Maina Wycliffe | Newsletter
First, I would like to apologize for being late in this week’s newsletter, I was in GDG Devfest Nairobi 2019 over the weekend, and arrived back at home yesterday at Night. I hope to write more about that later. This is my second weekly newsletter on …
Read More

Angular Weekly Newsletter 1st to 12th October 2019

Angular Weekly Newsletter 1st to 12th October 2019

Posted Oct 12, 2019 | | By Maina Wycliffe | Newsletter
I am excited to announce my new Weekly Newsletter on Angular (and Related News of course). I am going to be sharing interesting articles that I come across every week. This being the first one, I thought I give myself some latitude and start at the …
Read More

Implement Infinite Scrolling in a ListView - Flutter

Implement Infinite Scrolling in a ListView - Flutter

Posted Oct 3, 2019 | | By Maina Wycliffe | Flutter
Infinite scrolling is a technique where loading of content is done continuously as the user scrolls down, without any action from the user. This has popularized by social media sites and apps such as Twitter, where Twitter loads more tweets as you …
Read More

Handling Requesting for Permissions Like a Pro in Flutter

Handling Requesting for Permissions Like a Pro in Flutter

Posted Sep 14, 2019 | | By Maina Wycliffe | Flutter
In this lesson, we are going to look at how to request and check permissions on Android and IOS in Flutter. Package(s) Permission Handler (permission_handler) Installation The process of installing a flutter package is quite simple, just open the …
Read More

Lazy Loading Modules & Preloading Strategy in Angular 8

Lazy Loading Modules & Preloading Strategy in Angular 8

Posted Aug 31, 2019 | | By Maina Wycliffe | Angular
In this lesson, we are going to cover: Lazy Loading of Feature Modules And Creating Preloading Strategy for Lazy-Loaded Modules Prerequisite Install Angular CLI and Create a new Angular Application Lazy Loading Feature Modules To use lazy …
Read More

I Migrated From WordPress to Hugo

I Migrated From WordPress to Hugo

Posted Aug 24, 2019 | | By Maina Wycliffe | Post Categories
This article is a few months too late - around 6 months - but as they say, better late than never. A couple of years ago, I started my blog under a different name - theinfogrid.com - initially, it was meant to be a general tech blog, but slowly I …
Read More

How to Set Up Angular CLI for Beginners

How to Set Up Angular CLI for Beginners

Posted Aug 16, 2019 | | By Maina Wycliffe | How To - Step by Step Guides
This a step by step guide of setting up Angular CLI. Angular CLI is a first-party CLI tool that helps developers to create, build and deploy applications among other things. It makes the process of building Angular apps easier by handling the most …
Read More