Ibiyemi Adewakun Ibiyemi is a full-stack developer from Lagos. When she's not writing code, she likes to read, listen to music, and put cute outfits together.

Stories by Ibiyemi Adewakun

Jest Adoption Guide: Overview, Examples, And Alternatives

Jest adoption guide: Overview, examples, and alternatives

Dev

Jest is feature-rich testing framework that comes with several in-built features that make it powerful and easy to use.

Ibiyemi Adewakun
Apr 9, 2024 ⋅ 12 min read
How To Use Axios With Vue Js

How to use Axios with Vue.js

Dev

Learn to streamline your Vue.js applications with Axios for simplified HTTP requests and efficient data handling.

Ibiyemi Adewakun
Mar 11, 2024 ⋅ 6 min read
Using Protobuf With Typescript For Data Serialization

Using Protobuf with TypeScript for data serialization

Dev

Learn to serialize and deserialize data using Protobuf with TypeScript and the ts-protoc-gen Protobuf plugin.

Ibiyemi Adewakun
Jul 17, 2023 ⋅ 10 min read
Understanding The Exclamation Mark In TypeScript

Understanding the exclamation mark in TypeScript

Dev

Editor’s Note: This blog was reviewed for accuracy on 4 April 2023. Since publication, Microsoft released TypeScript v5, which includes […]

Ibiyemi Adewakun
Apr 4, 2023 ⋅ 7 min read
Exploring Nestjs Middleware Benefits, Use Cases, And More

Exploring NestJS middleware: Benefits, use cases, and more

Dev

NestJS middleware can help developers perform common tasks in applications. Let’s understand how to create and apply middleware in NestJS.

Ibiyemi Adewakun
Mar 21, 2023 ⋅ 7 min read
18 JavaScript and TypeScript Shorthands to Know

18 JavaScript and TypeScript shorthands to know

Dev

JavaScript and TypeScript share many shorthands for common code concepts. Learn how to use 18 helpful JavaScript and TypeScript shorthands.

Ibiyemi Adewakun
Jan 3, 2023 ⋅ 9 min read
Understanding Controllers And Routes In Nestjs

Understanding controllers and routes in NestJS

Dev

Let’s take a look at NestJS routes and controllers, including what they do, how they work, and advanced use cases.

Ibiyemi Adewakun
Oct 19, 2022 ⋅ 9 min read
Type Assertions Vs. Type Conversions Golang

Type assertions vs. type conversions in Go

Dev

In this article, you will learn about type assertion and type conversion operations in Go using examples.

Ibiyemi Adewakun
Mar 15, 2022 ⋅ 3 min read
Get Faster Cache Validation With MicroDiff

Get faster cache validation with MicroDiff

Dev

Use MicroDiff to implement caching in a simple API application and handle cache validation within the app to improve app speed.

Ibiyemi Adewakun
Jan 28, 2022 ⋅ 4 min read
Testing TypeScript apps using Jest

Testing TypeScript apps using Jest

Dev

Learn how to use the popular testing library, Jest, for your TypeScript apps in this detailed tutorial of functional test implementation.

Ibiyemi Adewakun
Oct 14, 2021 ⋅ 8 min read
vue-loader Tutorial

Using vue-loader to create single-page applications

Dev

Learn how vue-loader defines Vue.js components as single-file components to create single-page applications.

Ibiyemi Adewakun
Sep 15, 2021 ⋅ 6 min read
Using Sequelize With TypeScript

Using Sequelize with TypeScript

Dev

Learn how to use a single ORM on multiple database types to switch between databases without rewriting code with TypeScript and Sequelize.

Ibiyemi Adewakun
Jul 26, 2021 ⋅ 8 min read