EEEdidiong Etukinblog.edeediong.com·Sep 11, 2020 · 5 min readHow to Build a Python PackagePython, 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...00
EEEdidiong Etukinblog.edeediong.com·Sep 8, 2020 · 1 min readMy Experience at BCC 2020I 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.00
EEEdidiong Etukinblog.edeediong.com·Sep 7, 2020 · 2 min readHow to Merge PDF Files on Command LineRecently, 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...01V
EEEdidiong Etukinblog.edeediong.com·Aug 31, 2020 · 6 min readHands-on Example of Docker ComposeTL;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...01S
EEEdidiong Etukinblog.edeediong.com·Jun 28, 2020 · 13 min readGraphQL and Python Series (Expressive Introduction)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 ...00