The Archive

Writing

A running archive of things I learn, build, question and occasionally change my mind about.

84 entries · 15 topics

  1. About money

    I am going to analyze my current philosophy and the purpose of money for me in this post

  2. VR and the future of virtual worlds

    VR, my experience with Oculus Quest 2 and my developer's perspective

  3. Started keeping a diary

    I started writing daily in a private diary and why I think it is a good idea everyone to do it

  4. Should I write only for programming? (some random things about me)

    If you want to learn more unrelated things about the guy who writes here, click this post

  5. Postgresql backup and restore

    Simple commands to backup and restore pg

  6. UFW blocking IPs

    A quick cheatsheet with commands on how to block IPs from your VPS with UFW

  7. Future of work

    Four-day week is discussed a lot lately, what I think as a developer

  8. Quick ruby tip: Interview simple question

    We examine a simple question regarding ruby and how to write efficient code

  9. Quick tip: Docker compose network with docker port binding

    Not a secret but a common network issue to look when you setup a new project

  10. Predictions 2022

    I decided to do a prediction for 2022 post just to see how far I'll be in one year from now

  11. My must-have ruby resources to keep yourself updated

    What I am doing to follow up the changes of ruby and ruby on rails

  12. A ruby on rails custom ecommerce I maintain from 2013

    I am showcasing a ruby on rails site which started at rails 3.1

  13. Simple ruby parser

    A simple parser and how it works with faraday and nokogiri

  14. Random memes

    New year, new memes

  15. My favorite book for 2021

    Humankind, a hopeful history is my favorite read for 2021

  16. Let's talk about weird Interviews (part one of many)

    In these post series I am going to describe some of my bad interview experiences

  17. Crypto DCA with ruby in Binance and Kraken

    How can you automate the DCA with ruby to Binance and Kraken

  18. Dollar cost average with ruby on historical data

    Dollar Cost Average vs Go all-in and Hold on historical data.

  19. About me and my blog

    John Deliyiannis - software engineer building web products, production systems and practical AI features.

  20. Creating facebook tabs automatically with graph API

    The theory for facebook tab creation automatically and how it can be achieved.