(Ahmed Bouchefra) In this tutorial, we’ll build a RESTful CRUD application with PHP & MySQL in the backend and Vue.js in the frontend. We’ll also be using Axios for sending Ajax request to PHP from Vue.
Other News
Oracle Database 19c Automatic Indexing: Predicted Back In 2008 (A Better Future)
(Richard Foote) I’ve recently received a number of correspondences regarding one of my most popular blog posts, dating back to February 2008: Index Rebuild vs. Coalesce vs. Shrink Space (Pigs – 3 Different Ones).
Private Temporary Tables (Oracle 18c)
(mgogala) I was very excited when I learned about the new feature in Oracle 18c, namely the private temporary tables.
SQL Developer 19.1 Connections – Thick or Thin
(Jeff Smith) Version 19.1 of SQL Developer, SQLcl, Data Modeler, and ORDS are now all available, and you can expect many posts over the next few weeks to cover all the new goodies.
Example Using C# Code with U-SQL Scripts
(Ron L’Esteve) As I begin to write more complex U-SQL scripts, I am interested in integrating more intricate C# code in my U-SQL scripts by using inline C# in my U-SQL jobs. Additionally, I am interested in using code-behind class files, custom functions and custom assemblies within U-SQL.
Amazon’s AWS S3 Java API 2.0 (Using Spring Boot as Client)
(James A. Brannan) In this tutorial we explore creating, reading, updating, listing, and deleting objects and buckets stored in S3 storage using the AWS Java SDK 2.0 to access Amazon’s Simple Storage Service (S3).
Different Software, Data types, Index and Operators applicable in Structured Query Language (SQL) – Part 3
SQL (Structured Query Language) – Indexes Indexes are special search tables that allow the database search engine to speed up data recovery. In short, an index is a pointer to the data in a table. An index in a database is very much related to an index which is present at the end of any book. For example, if you...
.NET Core Workers in Azure Container Instances
(Brady Gaster) In .NET Core 3.0 we are introducing a new type of application template called Worker Service. This template is intended to give you a starting point for writing long running services in .NET Core.
How to Upgrade Amazon Aurora MySQL from 5.6 to 5.7
(Yves Trudeau and Jacques Fu) Over time, software evolves and it is important to stay up to date if you want to benefit from new features and performance improvements.
Export from pdb and import into pdb
(Jagruti Jasleniya) In this post, we will see how we can take an export from one pdb and import into another pdb.
