Peter Aideloje I'm a passionate developer and technical writer whose interest aligns with full-stack software engineering, specifically Java, Csharp, and other frontend stacks like HTML5, CSS3, and JavaScript.

Stories by Peter Aideloje

Using LangSmith Test LLMs AI Apps

Using LangSmith to test LLMs and AI applications

Dev

We explore using LangSmith to test and evaluate LLMs, providing valuable insights into their performance, strengths, and limitations.

Peter Aideloje
Oct 20, 2023 ⋅ 8 min read
Kotlin Android Advanced Filter Operations

Guide to Kotlin filtering for Android

Dev

The Kotlin filter() operator is the most important task in the Kotlin collection operation, allowing you to filter a range of data based on a defined set of criteria.

Peter Aideloje
May 30, 2023 ⋅ 5 min read
Kotlin Sorting Algorithms Android

Kotlin sorting algorithms for Android development

Dev

The bubble sort algorithm is simple to write, easy to understand, and requires only a few lines of code.

Peter Aideloje
Dec 12, 2022 ⋅ 4 min read
Kotlin Queue Guide Android

Kotlin queue guide for Android

Dev

Explore the Kotlin queue, a collection interface that is used to store and remove data following the FIFO concept.

Peter Aideloje
Oct 25, 2022 ⋅ 7 min read
Kotlin Activity State Fragment Lifecycle

Activity state and fragment lifecycle in Android apps with Kotlin

Dev

In Android development, the activity state and fragment lifecycle play a crucial role, influencing implementation decisions and the final output that is experienced by end users.

Peter Aideloje
Aug 31, 2022 ⋅ 5 min read
Kotlin Data Binding Slow Rendering

Using data binding to prevent slow rendering in Kotlin

Dev

In Android applications, data binding is a process that involves coupling two data sources together and synchronizing them, increasing the speed at which your application renders.

Peter Aideloje
Jul 26, 2022 ⋅ 5 min read
Kotlin Scoping Functions

Comparing Kotlin scope functions

Dev

There are five types of scope functions in Kotlin that execute a block of code within the scope of an object: let, with, run, apply, and also.

Peter Aideloje
Apr 29, 2022 ⋅ 6 min read
Solidity Role Javascript Blockchain

The role of Solidity and JavaScript in Web3 applications

Dev

Explore the role that JavaScript and Solidity play in developing smart contracts by building a Web3 project from scratch with React.

Peter Aideloje
Apr 12, 2022 ⋅ 20 min read
Shine Effect Pure CSS

Create a shine effect using only CSS

Dev

Adding eye-catching visuals to your application can help engage and direct users in your application. Create a shine effect using CSS.

Peter Aideloje
Jan 25, 2022 ⋅ 6 min read