(Martien van den Akker) About a year ago, at my previous customer, a co-worker and I encountered and described a persistence problem with setting the Global Tokens in SOA Suite.
Community
How to use node-red to interact with twitter
(Luc Bors) Recently I had to setup an application that was able to read twitter and, based on some predefined keywords, had to reply to specific tweets. I decided to have a look at node-red to set this stuff up
Enhancing the APEX Error Handling Function with Logger
(Scott Wesley) Many, many moons ago, I created an error handling function for Oracle APEX, just like the original sample provided by Patrick Wolf for the 4.1 error handling feature. You’ll probably find a strong correlation between the two events.
JavaScript Dates, Adding Days, and When Exactly is this Time Tomorrow?
(Jason Sobell) The manipulation of dates in an application is not as straightforward as it first appears, but some simple understanding of the way Dates apply to real-world usage can help avoid all sorts of nasty issues down the line.
Unable to start services after patching – msdb110_upgrade.sql’ encountered error 574, state 0, severity 16.
(Jack Vamvas) Question : During a recent round of patching , I’ve been frequently seeing msdb110_upgrade.sql’ encountered error 574, state 0, severity 16 in the Event Viewer when the service for the SQL Server Instance is attempting to start.
Db2 and AI – The future is now!
(Tim Hogan) IBM Db2ZAI is a new product that empowers the optimizer in the Db2 for z/OS engine to determine the best-performing query access paths, based on workload characteristics.
Use Angular Component As Element, Attribute, And Class
(Bipin Joshi) Components are building blocks of any Angular application. Most commonly Angular components exist as custom markup elements in the template. However, that’s not the only way to use components. You can also use them as if they are an attribute of an HTML element.
Serverless Apps with Azure Functions
(Gerald Versluis) Learn what Serverless is, how Microsoft implemented this concept with Azure Functions and how to use it with Xamarin apps.
Top 10 Java Debugging Tips
(Sagar Arora) One of the biggest nightmares for all developers is to debug their code. Debugging code written in Java is a tough task. Debugging is the process of determining and fixing bugs or errors present in the code, project, or application.
When Is A Change A Breaking Change For An API
(Ben Nadel) As InVision continues its efforts to decompose the monolith into a distributed system, it has given me lots of opportunity to think about “breaking changes.” A “breaking change” is any change that requires the consumer of an API to make lockstep changes in order for the consuming code to
