Categories: Coding | My Blurbs | Wordpress
Situation: You’ve deleted some branches from your online repo but they don’t go away from your “Remotes” section in your Sourcetree sidebar. So I just discovered how to resolve this and wanted to share the wealth. See below: Click “Repository” in top menu. Click “Fetch” Check the “Fetch from all remotes” box Check the “Prune tracking […]
Continue Reading...
Categories: Coding
Below are links to some of my fav engineering blogs. For a super code nerd like me, they provide a wealth of info, ideas and approaches to all sorts of developer challenges. I hope you enjoy them too. Slack Engineering GitHub Engineering Netflix Tech Blog Google Developers AirBnB Engineering Instagram Engineering Happy coding!! 🤓
Continue Reading...
Categories: cloudinary-for-codeigniter | Coding
As I found out on a project just a little while ago, CodeIgniter 3 does not play nice with custom “libraries” that use PHP namespaces and are directly loaded via the “libraries” folder. This is a problem because several PHP based API services use namespaces both to initialize the library code and to interact with the API. […]
Continue Reading...