(David Walsh) JavaScript typing utilities, like Flow and TypeScript, have become popular in JavaScript apps of all sizes. As I mentioned in our Script & Style Show typing podcast, typing is a great way to implicitly implement documentation and validation.
Other News
Visual Studio Tips – Trace Points
(Jeremy Hutchinson) Tracepoints are not a new feature, they’ve been in Visual Studio since 2005, but they are a new feature to me.
Db2 Application Testing Considerations
(Craig S. Mullins) Testing application programs is a discipline unto itself and there are many considerations and nuances to be mastered to be able to test software appropriately.
Should I Be Using the ASP.NET Core SPA Templates?
(Shawn Wildermuth) I’ve been writing demos for Vue, Angular, and React for my SignalR micro-courses over on my Wilder Minds site. For Angular and React, I started out with the the SPA templates, but I found them confusing and hard to do a minimal example.
First Steps in porting Markdown Monster WPF App to .NET Core 3.0
(Rick Strahl) Today I took the day to explore what it would take to port Markdown Monster to .NET Core. Most of the examples I’ve seen so far for ports or running applications on .NET Core are pretty trivial – you can see how the process works, but just looking at those examples I had a million ques
HA for MySQL and MariaDB – Comparing Master-Master Replication to Galera Cluster
(Ashraf Sharif) Galera replication is relatively new if compared to MySQL replication, which is natively supported since MySQL v3.23. Although MySQL replication is designed for master-slave unidirectional replication, it can be configured as an active master-master setup with bidirectional replicati
Monitoring your Oracle APEX environment; when is a good time to do an upgrade?
(Dimitri Gielis) Yesterday Oracle released Oracle APEX 19.1. We typically upgrade our environment within a week.
Oracle SQL Developer and the Oracle JDK in 2019
(Jeff Smith) The wonderful world of Java has seen some pretty big changes in both licensing and technology lately.
Configuring and Using Options for DDL Replication
(Jagruti Jasleniya) As we have seen in previous article Oracle Golden Gate handles DDL operations for objects.
SQL SERVER – Difference Between Azure Data Studio and SQL Server Management Studio
(Pinal Dave) Earlier I blogged about SQL SERVER – Getting Started with Azure Data Studio. After reading the blog post, I receive an email from a reader asking about the primary difference between Azure Data Studio (ADS) and SQL Server Management Studio (SSMS).
