Convert your address data into geographic coordinates as a simple database operation. The new built-in #geocoding API in #AutonomousDatabase makes developing apps with location intelligence simpler. Read how: https://t.co/GT4ObF2jto
Connecting to EC2 is now as easy as
$ aws ec2-instance-connect ssh --instance-id [instance-id]
With this new command, AWS generates ephemeral keys for you to connect to your instance in both private and public networks.
Want to get the previous and current values for a column after an update statement?
In Oracle Database 23c you can get both with
UPDATE …
SET col = …
RETURNING OLD col, NEW col
INTO …
@connor_mc_d demos at #apexconn23
Not deploying on Friday is a huge red flag, indicating a seriously broken process—insufficient testing, for example, a lack of continuous integration and waterfall thinking (deploy many times throughout dev), and most importantly, no culture of quality. Fix all that.
Blockchain exists since 15 years now. It is no longer possible to say that it is an immature technology and we're still experimenting with it. Show me a compelling use case for it or please let's finally admit that it is a waste of time, energy and money and move forward.
An API is a contract between two pieces of a software system which are developed independently.
Where "developed independently" means: by different people, often with different release lifecycles, possibly using different technology.
2016 - folks burned by big ball of mud monoliths get excited about microservices
2022 - folks burned by complexity introduced by microservices praise monoliths