Tips
- Browsing a local Jekyll blog from your mobile device
The command jekyll server, by default, binds to 127.0.0.1, as you can see in the following logs.
- A simple extension to add buttons above the keyboard on iOS apps
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...
- How to fix Xcode Playground getting stuck on 'Running'
Sometimes when working on Xcode Playground you may experience some unexpected behavior where Playground gets stuck on ‘Running…’ without any obvious reas...
- CSS variables
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.
- cd command hidden gem
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...