• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • Forums
  • 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

Programming

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

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

Javadoc {@link} versus @see

December 28, 2019 by Ehi Kioya Leave a Comment

Javadoc {@link} versus @see

Javadoc is used to generate API documentation in HTML format using Java code. Developers are sometimes confused about which type of link annotation ({@link} or @see) to use within their API documentation. This article clarifies this.

Filed Under: Backend (Server-Side), Java, Programming Tagged With: Java, JavaDoc, Programming

File Manipulation In Python: Open, Read, Create, Write, Append

April 3, 2019 by Ehi Kioya Leave a Comment

File Manipulation In Python - Read, Create, Open, Write, Append

A key feature of OOP languages like Python, Java, and C# is the ability to manipulate files. This article focuses on Python and provides an introductory look at how file handling (open, read, create, write, append) is done in this popular language.

Filed Under: Programming, Python Tagged With: File Manipulation, Programming, Python

How To Modify InfoPath XSN Files To Fix Errors

December 13, 2018 by Ehi Kioya 2 Comments

InfoPath Logo - Modify InfoPath XSN Files

When working with InfoPath, there are many scenarios where you may need to modify InfoPath XSN files. These include: fixing errors, changing web service urls, tweaking file names or SQL connection strings, removing/editing some value(s), etc. Thankfully, since InfoPath XSN files are just containers (cabinet or .cab files) of many other files, we can use built-in windows tools to break them open, make our changes, and then repackage them. This article explains the full process with an example.

Filed Under: Programming, SharePoint, Windows, XML Tagged With: InfoPath, Programming, SharePoint, Windows

Sending Emails From SharePoint Servers

December 12, 2018 by Ehi Kioya 9 Comments

Emails from SharePoint

My previous four-part series described how to set up a SharePoint development farm. Now, what if we want to take things a step further and configure our SharePoint farm to allow sending of outgoing emails? This article discusses everything you need to do to make this possible – from installing and configuring the SMTP service, to defining outgoing email settings in SharePoint Central Administration. I provide code examples as well.

Filed Under: AWS, Azure, Cloud, Backend (Server-Side), C#, Email, Programming, SharePoint, Visual Studio Tagged With: CSharp, Email, Programming, SharePoint, Visual Studio

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

Primary Sidebar

26,160
Followers
Follow
30,000
Connections
Connect
14,642
Page Fans
Like

POPULAR   FORUM   TOPICS

  • How to find the title of a song without knowing the lyrics
  • Welcome Message
  • How To Change Or Remove The WordPress Login Error Message
  • The Art of Exploratory Data Analysis (Part 1)
  • Getting Started with SQL: A Beginners Guide to Databases
  • Replacing The Default SQLite Database With PostgreSQL In Django
  • How to Implement Local SEO On Your Business Website And Drive Traffic
  • Understanding Routes In Laravel
  • Building A Blog With Laravel – Part 6: Creating A Form For New Posts
  • Getting Started With JupyterLab
  • 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.
  • Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library
    This article explains how to bypass the single user remote desktop connection restriction on Windows 10 by using the RDP wrapper library.
  • 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 10
  • Go to Next Page »
  • Forums
  • About
  • Contact

© 2021   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy