The Process

Expert Software Solutions
At Seraf Inc., we understand the importance of delivering high-quality software solutions that meet your unique business needs. Our team of experienced developers and designers work together to craft custom software applications that are tailored to your specific requirements, resulting in robust and scalable systems that drive success.
From the Blog
Stay ahead of the curve with Seraf Inc.’s expert guidance on software development best practices, industry trends, and emerging technologies. Our insights are designed to help you make informed decisions and drive success in your business.
Backend + Frontend on a Single Container
If you’re like me and you don’t want things to be complicated, then you obviously want everything to run in the same container (I’m exagerating…
Python OpenSUSE Leap Image
This Dockerfile is a simple build for a WSGI app (This one is Django) FROM opensuse/leap:15.5 RUN zypper –non-interactive si -d python311 python311-pip \ …
Prepare Docker on Armbian
Documentation copied from here: https://docs.armbian.com/User-Guide_Advanced-Features/#how-to-run-docker, added here in case that goes down. The following should work for any debian based OS, but currently I’m working…