Edidiong's Dome

HomeBadges
Blog Author Picture

Edidiong Etuk

3 followers

Software Engineer enjoying every wave of tech... Moves in DevOps and ML circles

How to Build a Python Package

Sep 11, 20205 min read

Python, Golang, Javascript, etc libraries require packaging. It's done to easily distribute code among users thereby avoiding problems in future development. In Python, a library is distributed through the Python Package Index (PyPI), a public hostin...

My Experience at BCC 2020

Sep 8, 20201 min read

I want to tell a story of an amazing community called Bioinformatics Community but texts wouldn't be enough. Anyhoo, I blogged about my experience at BCC 2020 on OBF's website. This event was one of my highlights of the summer.

How to Merge PDF Files on Command Line

Sep 7, 20202 min read

Recently, I needed to combine 2 or more PDF files into one. Merging these PDF files could be due to the company's demand or a need to track all files in one file. In this tutorial, I'd show you how I accomplished this particular task on my machine. T...

Hands-on Example of Docker Compose

Aug 31, 20206 min read

TL;DR This article uses Docker Compose to create and manage multiple container applications. It's entirely hands-on. Docker has made it easier to develop and package applications in reproducible environments. With Docker, you worry less about the inf...

GraphQL and Python Series (Expressive Introduction)

Jun 28, 202013 min read

GraphQL and Python Series (Expressive Introduction) This is part 1 of an ongoing series to introduce you to using GraphQL and Python. Hopefully, at the end of this series, you will be able to build a GraphQL Backend with Django and Graphene. GraphQL ...

Getting Started with Pytest

Jun 16, 20208 min read

In the previous article I wrote about Linting with Travis in Python, we introduced pytest for checking lints, but question what is Pytest? Pytest is a testing framework just like the in-built unittest which allows us to write test codes using python....

© 2021 Edidiong's Dome

PrivacyTerms
Proudly part of