ifeanyichukwu.hashnode.devJavascript 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...Apr 5, 2022路4 min read
ifeanyichukwu.hashnode.devJavascript 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...Apr 3, 2022路4 min read
ifeanyichukwu.hashnode.devFluent 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...Jan 12, 2021路2 min read
ifeanyichukwu.hashnode.devFluent 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 ...Jan 12, 2021路3 min read
ifeanyichukwu.hashnode.devLaravel 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...Jan 12, 2021路4 min read