SpinSpire
Articles
Perspectives on AI, automation, and technology strategy.
How to Build a LEMP/Drupal Server VM in Cloud
Video tutorial showing how to build a LEMP (Linux+Nginx+MySQL+PHP) server VM in the cloud and run Drupal on it.
Read article →
Drupal-Angular Hybrid Apps
Presentation overview on building applications that leverage both Drupal CMS and AngularJS frontend.
Read article →
Best Approaches to Drupal Migration
Comparison of migrate, uuid_features, and deploy modules for Drupal-to-Drupal content migration.
Read article →
Tweaking MySQL Settings for Better Optimization
MySQL configuration recommendations for Drupal and other applications including InnoDB settings and query cache.
Read article →
Getting Started with Jython
Introduction to Jython - a Python implementation on the Java Virtual Machine - covering basics, database connectivity, and Java integration.
Read article →
Java: From Basics to RESTful Services
Introduction to Java programming covering basics, OOP concepts, and building RESTful services.
Read article →
Modern Web Applications
Architecture overview of modern web applications with SPA, REST API, JavaScript MVC, and token-based authentication.
Read article →
Combining JPA and JAX-RS to Create RESTful Service
How to combine Java Persistence API (JPA) with JAX-RS to create a RESTful service.
Read article →JPA Using NetBeans and MySQL
Tutorial on getting started with JPA (Java Persistence API) using NetBeans IDE and MySQL database.
Read article →
Creating a RESTful Service with Java and Jersey with Netbeans
Step-by-step tutorial on creating RESTful services using Java, Jersey, and NetBeans with MySQL.
Read article →