My personal programming cheatsheets
This blog is intended to be a self reference manual,
where I put cheatsheets, cookbooks and stories on how I approached some problems in programming.
About me
Hi, I’m Ana Bujan and this is my personal blog, self reference manual, portfolio and cv. I hope you find it useful as I do!
I’m a full-stack software developer and business owner of Eisberg Labs.
You can see some of my work experience at https://www.linkedin.com/in/anamarjanica/, or check out my superpowers at https://profile.codersrank.io/user/amarjanica.
Github Activity
I’m active on opensource projects on my personal github account and eisberg-labs organization.
Skills Chart
Some of my skills shown in a pretty graph.
Work Experience
My work experience. Since 2017. I started working remotely as a full-stack freelancer.
My Projects
Visit the portfolio for more info, I also contribute to opensource under https://github.com/amarjanica and my org https://github.com/eisberg-labs. My libraries are popular on npmjs and crates.io.

Subscribe to my channel
Subscribe to my newsletter!
Send me a message!
Whether you liked my blog, would like to hire me or you’d just like to say hi, I’d love to hear from you!
Follow on Social or Send me an invite
Blog
- Flexible SSL connection is for the lazy – Move to Full Encryption on Nginx or ApacheWhy should you do it? Security If you’re using Cloudflare as a DNS proxy for your domain, you might have noticed that Cloudflare first sets up a flexible SSL connection. Flexible ssl websites get all Read more…
- How I (didn’t) Keep My Open Source Libraries Up to DateAs a developer of several open source libraries using Angular, React, and Next.js, I have struggled with keeping them up-to-date and ensuring a smooth user experience for updates. Especially if I rarely used my published Read more…
- Build multi arch docker images with Buildx and ECRInternally my nextjs app uses a native node module built in Rust, and the awkward part is that my production uses a different processor architecture. I opted for the arm64 architecture. I can’t say much Read more…