SQL Developer: New worksheet, new session?

Default Behaviour The out of the box behaviour of SQL Developer is that SQL worksheets share the same connection. What does that mean? If you perform a insert, update or delete in one worksheet without issuing a commit, the result(s) can be viewed in another shared worksheet. This can be illustrated by the following example. […]

NDC London 2019

Overview NDC London 2019 managed the impossible by being even better than last year. How is that possible? Everything just seemed more ++. The facilities, the choice of food, snacks and beverages, the swag socks. Sure sometimes the lines for food were long during the traditional lunch hours and the halls were very busy but […]

Hanselminutes

It was early on a cold, dark, wet morning and I was not looking forward to the commute. I wasn’t sure what made this one challenging. Was it the first one after a three week break? Perhaps it me forgetting albeit temporarily the average journey time of 90 minutes. The truth was probably a combination […]

An introduction to Angular EventEmitters

One use of an EventEmitter in Angular.io is for a child component to tell it’s parent something of interest has happened or to put it another way; they can be used to allow data to flow out of your component. Below is a diagram of the application which I am going to be using in […]

Adding Bootstrap to your Angular App using VS Code

Introduction In this how to guide, I will be adding Bootstrap 4 to an Angular 7 app using a Content Delivery Network (CDN) Update 26/03/2019: This post has been replaces an earlier and incorrect version I had written on installing Bootstrap with Angular. Prerequisites In this guide I have used VS Code 1.32.3, Chrome 73, […]