Abiola Farounbi

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

   



6 Stories by Abiola Farounbi

Best open source pagination libraries for Vue 3

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...
0 4 min read

Type HTML faster in React with Emmet and VS Code

Emmet helps you write HTML and CSS faster by using simple abbreviations that are then converted into code blocks. However, Emmet is not enabled...
0 4 min read

How to build a real-time Vue app with WebSockets

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

Getting started with Vue composables

Vue composables can manage the state of the output depending on the use case, allowing you to choose whether the state should be global...
0 5 min read

Build a table component from scratch in Vue 3 with Bootstrap

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

Image processing in Python using Pillow

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