Ioannis Diamantidis
Home Tips About Archive Tags

Tips

  • Tip
    Browsing a local Jekyll blog from your mobile device
    June 23, 2020 - 1 min read
    Jekyll

    The command jekyll server, by default, binds to 127.0.0.1, as you can see in the following logs.

    Read more about Browsing a local Jekyll blog from your mobile device
  • Tip
    A simple extension to add buttons above the keyboard on iOS apps
    June 21, 2020 - 3 min read
    iOS

    It is quite common when you have an input view on an iOS app to show some actions above the keyboard to improve the user experience. Those actions can ra...

    Read more about A simple extension to add buttons above the keyboard on iOS apps
  • Tip
    How to fix Xcode Playground getting stuck on 'Running'
    June 20, 2020 - 1 min read
    Xcode

    Sometimes when working on Xcode Playground you may experience some unexpected behavior where Playground gets stuck on ‘Running…’ without any obvious reas...

    Read more about How to fix Xcode Playground getting stuck on 'Running'
  • Tip
    CSS variables
    June 17, 2020 - 2 min read
    CSS

    Did you know that you can define variables in CSS as well? And not only that, but also all the major browsers support this feature.

    Read more about CSS variables
  • Tip
    cd command hidden gem
    June 15, 2020 - 2 min read
    Command Line

    If you are a heavy user of the command line (as I am 🤓), there is a high chance that you use the command cd quite often to navigate back and forth to dif...

    Read more about cd command hidden gem
  • Tip
    Working with drafts on a Jekyll blog
    June 13, 2020 - 1 min read
    Jekyll

    Did you know that Jekyll supports drafts by default?

    Read more about Working with drafts on a Jekyll blog
Newer

Built with , Jekyll and Github Pages

© Copyright 2026 Ioannis Diamantidis

Home Tips About Archive Tags