Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

The Most Important Metrics That Matter for Your App

A part of knowing what’s going on in your business is setting key performance indicators (KPIs) and metrics for success. Unfortunately, time and resources are often limited, making it challenging to know what to prioritize when analyzing data. When considering what metrics to measure, it’s important to keep your app’s overall performance and user experience […]

The Most Important Metrics That Matter for Your App Read More »

Using FeathersJS To Access MariaDB With Minimal Coding Part III

Simple CRUD Example Using FeathersJS And Sequelize, Part III This is the final article of a three-part series. This series of articles will focus on building a complete CRUD interface. The reader is encouraged to optionally install Postman and simulate the same steps using a REST interface. Article One Of The Three-part Series Article Two

Using FeathersJS To Access MariaDB With Minimal Coding Part III Read More »

Using FeathersJS To Access MariaDB With Minimal Coding Part II

Simple CRUD Example Using FeathersJS And Sequelize, Part II. This is the second article of a three-part series. This series of articles will focus on building a complete CRUD interface. The reader is encouraged to optionally install Postman and simulate the same steps using a REST interface. All steps in this three-part article series could be

Using FeathersJS To Access MariaDB With Minimal Coding Part II Read More »

Using FeathersJS To Access MariaDB With Minimal Coding Part I

Simple CRUD Example Using FeathersJS And Sequelize, Part I This is the first article of a three-part series. This series of articles will focus on building a complete CRUD interface. The reader is encouraged to optionally install Postman and simulate the same steps using a REST interface. NOTE: I am bypassing all login security for

Using FeathersJS To Access MariaDB With Minimal Coding Part I Read More »

Building Simple Grid Interface Using FeatherJs Framework

As a longtime proponent of phpMyEdit and MATE(MysqlAjaxTableEditor), I have appreciated the need for easy to use tools which allow users to interact with MariaDB (Mysql) tables in a spreadsheet-style grid interface. This is very useful for more advanced users who are comfortable with spreadsheets as a user-interface since software coding development time is practically

Building Simple Grid Interface Using FeatherJs Framework Read More »

How to Set Up an Angular Application on Firebase

Angular is front-end framework that’s focused on declarative templating, dependency injection and integrates some of the best practices to make web development less challenging. Angular’s architecture is structured around components that are reusable and is built in a way that helps developers write code for the web, mobile and the desktop. In this tutorial, we

How to Set Up an Angular Application on Firebase Read More »