Abiola Farounbi Frontend developer and technical writer with a passion for open source, accessibility, and web technologies.

Stories by Abiola Farounbi

5 JavaScript Mapping APIs Compared

5 JavaScript mapping APIs compared

Dev

We explore and compare five of the most prominent JavaScript mapping APIs: Leaflet, Mapbox GL JS, OpenLayers, ArcGIS, and the Google Maps API.

Abiola Farounbi
Feb 9, 2024 ⋅ 7 min read

How to integrate Google Maps into a Vue 3 application

Dev

Learn how to integrate Google Maps into a Vue 3 application using the vue-google-maps package, from basic necessities to advanced features.

Abiola Farounbi
Oct 13, 2023 ⋅ 7 min read
Best Pagination Libraries Vue 3

Best open source pagination libraries for Vue 3

Dev

Whether you’re building a simple web application or a complex enterprise application, implementing pagination can greatly enhance the user experience and improve your application’s performance.

Abiola Farounbi
Jun 2, 2023 ⋅ 4 min read
React Emmet VSCode

Type HTML faster in React with Emmet and VS Code

Dev

Emmet helps you write HTML and CSS faster by using simple abbreviations that are then converted into code blocks. However, Emmet is not enabled for React in VS Code by default.

Abiola Farounbi
Apr 13, 2023 ⋅ 4 min read
Vue Websockets Real Time App

How to build a real-time Vue app with WebSockets

Dev

Explore WebSockets by building a Vue chat application that provides a seamless and fast user experience, allowing users to communicate with each other in real time.

Abiola Farounbi
Mar 30, 2023 ⋅ 7 min read
Deep Dive Vue Composables

Getting started with Vue composables

Dev

Vue composables can manage the state of the output depending on the use case, allowing you to choose whether the state should be global or local.

Abiola Farounbi
Jun 23, 2022 ⋅ 5 min read
Vue Bootstrap Table Component

Build a table component from scratch in Vue 3 with Bootstrap

Dev

Build a responsive, accessible table component from scratch in Vue 3 with sorting and filtering features, using Bootstrap for custom styling.

Abiola Farounbi
Mar 17, 2022 ⋅ 5 min read
Image processing in Python using Pillow

Image processing in Python using Pillow

Dev

Pillow is a powerful library for processing images in Python. Learn how to perform basic operations, such as flipping, rotating, and cropping images.

Abiola Farounbi
Jan 6, 2022 ⋅ 5 min read