Oyinkansola Awosan I'm a fun techie and passionate technical writer interested in data science, machine learning, cloud engineering, and blockchain technologies.

Stories by Oyinkansola Awosan

Best HTML PDF Conversion Libraries Node.js

Best HTML to PDF libraries for Node.js

We investigate and compare three popular HTML to PDF libraries for Node.js applications: Puppeteer, jsPDF, and PDFKit.

Oyinkansola Awosan
Oct 16, 2023 â‹… 6 min read
Inheritance Vs Composition Vue

Inheritance vs. composition in Vue

Inheritance allows code reuse by inheriting properties and methods from a parent component. Composition, however, is simply a way to reuse code by composing smaller, reusable components and functions.

Oyinkansola Awosan
Jul 11, 2023 â‹… 4 min read
Reactivity Vue Composition API

Reactivity with the Vue 3 Composition API: ref() and reactive()

Reactivity allows us to write cleaner code, preventing us from having to manually update the UI in response to data changes.

Oyinkansola Awosan
Jun 16, 2023 â‹… 8 min read
How Why Use Next JS Django

How and why you should use Next.js with Django

Both Next.js and Django can efficiently handle a web application’s frontend and backend sections. Therefore, it’s unsurprising that this combination has a few use cases.

Oyinkansola Awosan
Oct 13, 2022 â‹… 4 min read
Typeguard Typescript

How to use type guards in TypeScript

TypeScript uses some built-in JavaScript operators like typeof, instance of, and the in operator, which is used to determine if an object contains a property.

Oyinkansola Awosan
Mar 29, 2022 â‹… 4 min read
Top Node Websocket Libraries 2022

Top WebSocket libraries for Node.js in 2022

Review eight popular Node libraries for WebSocket: SockJS, ws, Socket.IO, Faye WebSocket, SocketCluster, Sockette, and Feathers.

Oyinkansola Awosan
Dec 29, 2021 â‹… 3 min read
Pycharm vs Vscode

PyCharm vs. VS Code: Choosing the best Python IDE

PyCharm and VS Code are both excellent tools for writing Python code. Compare each in terms of price, memory consumption, code management, extensions, and more.

Oyinkansola Awosan
Dec 1, 2021 â‹… 4 min read