Boluwatife Victor Olu-Ashake

Documentation Specialist/Technical Writer

Nigeria

Services/ Skills:

* Developer Guides and How To's

* Technical Documentation (API and SDK Docs)

* White Paper and Use Case Documents

* Release Notes

* Content Editing and Proofreading

* Technical Research and Analysis

Contact me: [email protected]

Portfolio
SwiftMart Documentation
SwiftMart API documentation

This is SwiftMart API documentation. Integrate seamlessly with our eCommerce platform using our detailed guides on authentication, product management, and cart operations. Get started quickly with clear examples and robust support.

Medium
05/31/2023
Exploring Variational Autoencoders (VAEs) for Image Compression

In image compression, we can use VAEs to learn a compressed representation of an image. The encoder maps the image to a lower-dimensional representation, and the decoder maps the lower-dimensional representation back to the original image. The compressed representation is stored or transmitted efficiently.

Dhuren API Documentation
Dhuren Documentation

Dhuren is an intelligent chatbot API designed to enhance user interactions and communication. Our comprehensive API allows developers to easily integrate chatbot capabilities into their applications, providing endpoints for initiating and managing conversations, sending and receiving messages, and submitting feedback.

Medium
04/04/2023
Neural Style Transfer (NST)

Artificial Intelligence (AI) has revolutionized the way computer vision and deep learning algorithms create stunning visuals. One of the fascinating applications of AI is Neural Style Transfer (NST). NST allows users to transfer the style from one image to another, thus generating a new artwork that combines the content from one image and the style from another.

Medium
06/19/2022
Crypto Bear Market: Who Let the Bears Out?

Undoubtedly, we have been in the good, old-fashioned market crash for a while. And by good, old-fashioned, I mean the kind of crash that makes your stomach churn and your palms sweat. The kind where you watch your life savings disappear before your eyes. Yup, that's right - the crypto bear market is back with more vengeance!

Medium
07/11/2022
Proof-of-Stake (PoS): Demystifying the Decentralization Debates

Generally, the emergence of cryptocurrencies and the blockchain has not only introduced technological advancements but has ushered in what many see as "economic freedom." The reason for this belief can be linked majorly to the decentralized nature of web3 and the technologies it offers.

Boluwatife Victor O.'s Blog
A Simple Way of Making API Calls in ReactJS

Web applications often rely on data from remote databases and sources. To access this data, you work with the APIs. API stands for Application Programming Interface, and it allows applications to send requests for retrieving, adding, and controlling data from specific databases. When it comes to ReactJS, there are a few different ways of making API requests.

Boluwatife Victor O.'s Blog
How to Generate and Document APIs with Postman

Postman is a popular API development and testing platform that software developers use to test and document their APIs. Generally, APIs are the bridge between applications, allowing them to interact with each other through specific commands and functions. However, APIs can be complex, and documenting them properly is essential for using them correctly in multiple applications.