Daniel & Arceli © 2021

Daniel & Arceli

The mostly unremarkable journey of two remote software engineers.

Home Side Projects Public Diary Coworking Reviews
Daniel Cefram Ramirez Daniel Cefram Ramirez

Generating TS interfaces from XML

While working on XJS 3, I had to frequently parse the XML strings that the XBC core is sending to me, and then create an interface for TS so that tslint would stop complaining my use of any. With that, I created a tool to automatically generate the interfaces for

Side Projects
8 months ago
Daniel Cefram Ramirez Daniel Cefram Ramirez

Routes from folder structure

In the age of micro-services and "serverless" functions, it's very unlikely that you would use NodeJS for a monolithic backend approach. But I still did go for a monolith approach for a side project, mainly because micro-services is a little overwhelming for a side project, and serverless functions have some

Side Projects
a year ago
Daniel Cefram Ramirez Daniel Cefram Ramirez

Yet another XSplit UI library

I made a React UI Component library for XSplit plugins even though I am aware that there are existing internal UI libraries available within the team. Although I'm just a consultant for SplitmediaLabs, I still do have access to their internal repository. To answer the question quickly, it's mainly because

Side Projects XSplit
a year ago
Daniel Cefram Ramirez Daniel Cefram Ramirez

Kahitsaan Random Restaurants

So I made a tool and I thought of blogging about it. BackgroundI recently left SplitmediaLabs, and now I’m working remotely as a Senior Software Developer/Engineer for a consultancy (aside: contract says that I’m a Senior Software Engineer, but my company ID states that I’m a

Side Projects
2 years ago
Daniel Cefram Ramirez Daniel Cefram Ramirez

Image Resizing in CLI

For the past few weeks, I was looking for a new compiled language that I can make use of for my tools as I grew tired of Go language’s verbosity. I tried learning Rust, but as I expected, it was more suited for system projects, and found out how

Side Projects
2 years ago