• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

Backend (Server-Side)

I code in several different programming languages and I post content relevant to the different languages on this website. Software development tools and languages evolve very dynamically. What's hot today may be forgotten tomorrow. So, categorizing my content based on language is not very practical. Instead, I use client-server labeling to categorize my work with various programming languages. This section holds content that I consider to be back-end (or server-side) programming.

How To Install PHP Packages Without Composer

August 16, 2020 by Ehi Kioya 6 Comments

How To Install PHP Packages Without Composer

Many people play with PHP without necessarily being professional developers. For such people, package managers may make coding seem too complicated. This article shows how to bypass the Composer barrier when installing Composer-dependent PHP packages.

Filed Under: Backend (Server-Side), Frontend (Client-Side), PHP, Programming, Web Development Tagged With: Composer, Dependency Management, Package Managers, PHP

Get XML Document Nodes Recursively with C#

July 2, 2020 by Ehi Kioya 2 Comments

XML Nodes

Developers often need to parse an XML document in order to get XML document nodes, child nodes and so on. But usually we have no idea how far the depth/nesting of child nodes can go. So we need some form of recursive technique to loop the nested nodes and help us grab the values we want.

Filed Under: Backend (Server-Side), C# Tagged With: DOM, LINQ, XML

How To Execute PowerShell Scripts From PHP

June 9, 2020 by Ehi Kioya Leave a Comment

How To Execute PowerShell Scripts From PHP

Since PowerShell is now open source and cross-platform, we can now perform PowerShell magic right inside Linux boxes. If this isn’t exciting, what is?! Here’s an example of how to execute PowerShell scripts (or commands) from PHP code on a Linux VM.

Filed Under: Backend (Server-Side), Linux & Servers, PHP, PowerShell, Programming Tagged With: Linux, PHP, PowerShell

Controllers In Laravel – An Introduction

April 5, 2020 by Chinomnso Leave a Comment

Controllers In Laravel - An Introduction

Controllers are an important part of Laravel MVC (Model, View, CONTROLLER). They are useful for organizing request-handling logic and help to keep the entire code structured and maintainable. This post is a brief primer on Laravel controllers.

Filed Under: Backend (Server-Side), Laravel, PHP, Programming, Web Development Tagged With: Controllers, Laravel, PHP, Programming, Web Development

Implementing Pagination Using PHP And MySQL

April 4, 2020 by Chinomnso 3 Comments

Pagination Using PHP And MySQL

An SQL SELECT statement may often return thousands of rows. And when building sites, we usually don’t want to dump all those rows onto a single page (for speed and UX reasons). Instead, we split the results across multiple pages via PAGINATION.

Filed Under: Backend (Server-Side), Database, PHP, Programming, Web Development Tagged With: MySQL, Pagination, PHP, Web Development

Service Oriented Architecture – A High Level Overview

February 20, 2020 by Aruorihwo Leave a Comment

A Service Oriented Approach to Programming

If you love platform-neutral approaches to programming like we do, you will love Service Oriented Architecture (SOA). This article is a high level overview of SOA. We discuss SOA principles, pros and cons, and components needed for SOA infrastructure.

Filed Under: Backend (Server-Side), Programming, Zero Code Tech Tagged With: Programming, SOA, Software Engineering

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 18
  • Go to Next Page »

Primary Sidebar

23,728
Followers
Follow
30,000
Connections
Connect
14,568
Page Fans
Like
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • How To Change A SharePoint List Or Library URL How To Change A SharePoint List Or Library URL
    All versions of the SharePoint user interface provide an option to change the title (or display name) of a list or library. Changing SharePoint library URL (or internal name), however, is not exactly very intuitive. We will discuss the process in this article.
  • WordPress Password Hash Generator WordPress Password Hash Generator
    With this WordPress Password Hash Generator, you can convert a password to its hash, and then set a new password directly in the database.
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 18
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy