Nyior Clement I'm an all around software engineer who codes, writes, and sometimes designs. If you want to talk Python, I'm your guy. I own this poky corner of the interwebs xD.

Stories by Nyior Clement

Fast API Docker Containers

Using FastAPI inside Docker containers

Dev

To containerize a FastAPI application with Docker, first, we need to add a Dockerfile to the project, build an image from the Dockerfile, and run a container from the image.

Nyior Clement
Nov 2, 2022 ⋅ 6 min read
Vue Recursive Comment Section

Vue recursive components: Rendering nested comments

Dev

Build an example comments section in Vue to explore how recursive components can easily nest data.

Nyior Clement
Jul 14, 2022 ⋅ 6 min read
Location Application Vue Typesense

Build a location-aware application with Vue and Typesense

Dev

Typesense is a search solution that allows you to integrate search functionality into your project without having to write your own custom search logic.

Nyior Clement
May 10, 2022 ⋅ 10 min read