Ibiyemi Adewakun

  https://github.com/ibywaks 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.

   



10 Stories by Ibiyemi Adewakun

Understanding the exclamation mark in TypeScript

Editor’s Note: This blog was reviewed for accuracy on 4 April 2023. Since publication, Microsoft released TypeScript v5, which includes the addition of decorators,...
3 7 min read

Exploring NestJS middleware: Benefits, use cases, and more

NestJS middleware can help developers perform common tasks in applications. Let's understand how to create and apply middleware in NestJS.
0 7 min read

18 JavaScript and TypeScript shorthands to know

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

Understanding controllers and routes in NestJS

Let's take a look at NestJS routes and controllers, including what they do, how they work, and advanced use cases.
0 9 min read

How to use Axios with Vue.js

The promise-based HTTP client Axios can be used with Vue, a simple frontend JavaScript framework, to create web applications. Let's learn how.
1 5 min read

Type assertions vs. type conversions in Go

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

Get faster cache validation with MicroDiff

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

Testing TypeScript apps using Jest

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

Using vue-loader to create single-page applications

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

Using Sequelize with TypeScript

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