OMIDIORA EMMANUELWhat is the difference between a Swift object and an NSObject?The root class in the majority of Objective-C class hierarchies is NSObject, from which all other classes inherit both the ability to…Dec 3, 2023Dec 3, 2023
OMIDIORA EMMANUELUsing Objects for Lookups in Javascript“Objects can be thought of as a key/value storage, like a dictionary. If you have tabular data, you can use an object to lookup values…Apr 29, 2022Apr 29, 2022
OMIDIORA EMMANUELHOW TO RETURN JSON FROM LARAVEL FORM REQUEST VALIDATION ERRORSphp artisan make:request RequestUserRequestFeb 21, 20211Feb 21, 20211
OMIDIORA EMMANUELHow to Create a Seeder for Laravel 8Here is a short tutorial on how to create a fake data in laravel 8 a simple stepJan 21, 2021Jan 21, 2021
OMIDIORA EMMANUELWhat to do when working on the wrong Git branch?Have you ever imagine you wrong on the github branch…..Probably you were working on the develop instead of the Master branchOct 17, 2020Oct 17, 2020
OMIDIORA EMMANUELMac-like touchpad gestures on your Ubuntu 20.04Mac make it possible for you to perform some gesture using your touchpad to switch between appOct 11, 2020Oct 11, 2020
OMIDIORA EMMANUELReactjs : Higher Order Component Vs Context ApiA Higher-order component (HOC) is an advanced technique in React for reusing component logic. HOCs are not part of the React API, per se…Aug 24, 2020Aug 24, 2020
OMIDIORA EMMANUELLearning Django ModelsDjango Model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data…Aug 2, 2020Aug 2, 2020