Bondt

Bondt

Reporting live from Germany and such!

Skip to content
Menu
  • General
  • Development
  • Short Stories
  • Photography
  • About me

Category: Development

Posted on August 18, 2020September 15, 2020Development

Configuring a Different SSH Key per Git Repository

Usecase: you need to manage multiple git accounts (e.g. private and work), with each their own SSH key. Example: you use host Bitbucket privately, and…

Continue Reading
Posted on January 21, 2020Development

Git Aliases

If there is a Git command you seem to be using frequently, consider using an alias to do so. Aliases come in many different shapes,…

Continue Reading
Posted on July 19, 2018July 15, 2018Development

GIT: interact between two branches

Wow, this is one of the best things I’ve discovered in recent history. Not the best, that’s something completely different, but certainly one of the…

Continue Reading
Posted on September 11, 2017September 7, 2018Development

Headless setup raspberry pi?

A few days ago I had to reinstall my Raspberry Pi, because the SD card was too slow for my taste. I got raspbian, flashed…

Continue Reading
Posted on March 28, 2017March 28, 2017Development

AngularJS trick

You’re using AngularJS with some form and don’t want to hassle with event listeners when changing a property of an object. Usually, the ng-change directive works…

Continue Reading
Posted on July 21, 2015July 21, 2015Development

How To Setup PhpStorm, Xdebug, and MAMP for Debugging

Learn how to setup and configure PhpStorm for debugging with MAMP and Xdebug. I must have read 8 – 10 articles scattered about the internet…

Continue Reading
Posted on May 13, 2015July 3, 2015Development

SQL: Undo last executed query?

Nope, can’t be done. You’ll have to work with transactions, if you want any sort of control over this. Or, you know, test first.

Continue Reading
Posted on February 1, 2015Development

IP Geolocation service

Sometimes you want to give a user an almost instant feeling of being “home” on your website by offering them location based content. There are…

Continue Reading
Posted on January 26, 2015January 26, 2015Development

Azure Themes

The Azure Dashboard can be customized by double clicking outside the dashboard. The new Portal has this as well, but whereas the old Azure Dashboard had…

Continue Reading
Posted on January 25, 2015January 19, 2015Development

CSS declaration order

I recently heard many developers actually have a system other than the alphabetical one to order the rules inside their CSS. Apparently a growing number of…

Continue Reading

Posts navigation

Page 1 Page 2 Page 3 Next Page
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
© Copyright 2018 – Bondt | Imprint | Privacy
Bandana Theme by DesignOrbital ⋅ Powered by WordPress
Back to Top