JavaScript

Using FeathersJS To Access MariaDB With Minimal Coding Part I

Simple CRUD Example Using FeathersJS And Sequelize, Part I This is the first article of a three-part series. This series of articles will focus on building a complete CRUD interface. The reader is encouraged to optionally install Postman and simulate the same steps using a REST interface. NOTE: I am bypassing all login security for

Using FeathersJS To Access MariaDB With Minimal Coding Part I Read More »

MENDS – A MariaDB Full-Stack Architecture

The goal of MENDS is to combine the awesome magical powers of Deepstream with MariaDB to create the beginnings of a full-stack framework. DOWNLOAD Introduction MENDS stands for: MariaDB (or possibly mysql, but let’s use the superior option) Express (not covered in this tutorial) Node Deepstream (Websocket and TCP server) Sequelize (SQL ORM for node) This tutorial will

MENDS – A MariaDB Full-Stack Architecture Read More »

Building Google Custom Search Desktop Application using Electron

Electron is framework which will let you develop desktop application using HTML and JavaScript. We have covered the development of desktop application using node-webkit which was initial project in developing desktop application using native web technologies. Atom shell was the project which now becomes Electron, an initiative taken by Github to develop the desktop application

Building Google Custom Search Desktop Application using Electron Read More »