IJIfeanyichukwu Johninifeanyichukwu.hashnode.dev路Apr 5, 2022 路 4 min readJavascript Array MethodsWelcome back folks 馃槏. In the part 1 of this article we have covered 3 of this methods in a practical use case. Today we are going to continue from the remaining methods. Array Reduce This stands to be the most confusing array method to many develope...00
IJIfeanyichukwu Johninifeanyichukwu.hashnode.dev路Apr 3, 2022 路 4 min readJavascript Array MethodsIn JavaScript just like any other programming languages, array is a data type which is used to store different elements. It is often used when we want to store list of elements and access them by a single variable. This article is aimed at helping us...00
IJIfeanyichukwu Johninifeanyichukwu.hashnode.dev路Jan 12, 2021 路 2 min readFluent Interface in JavaScriptWelcome back. If you haven't read the first article about this topic kindly start from this before you continue https://ifeanyichukwu.hashnode.dev/fluent-interface-and-method-chaining-in-php In the first article, we have examined what is Fluent Inter...00
IJIfeanyichukwu Johninifeanyichukwu.hashnode.dev路Jan 12, 2021 路 3 min readFluent Interface and Method Chaining in PHPA Fluent Interface is an object oriented Application Programming Interface - API that provides "more readable" code. A fluent interface allows you to chain method calls, which results in less typed characters when applying multiple operations on the ...00
IJIfeanyichukwu Johninifeanyichukwu.hashnode.dev路Jan 12, 2021 路 4 min readLaravel Subdomain RoutingHi everyone, I am Ifeanyichukwu John. In this article am going to explore a little about subdomain routing within the same Laravel application. This was something new to me because on most projects, I just work with one domain and everything is acces...01A