Home - xerocrypt/Misc GitHub Wiki
This is a repository of miscellaneous code that might be useful, including turtorials, examples and components that could be included in other projects.
SQL-Server
Some template SQL scripts. Nothing too complicated here (yet). The database solutions I use are SQL Server 2014/2016, SQLite and MySQL.
Offline Map
This is part of a Web application based on HTML5, Bootstrap.js/Bootstrap.css and Leaflet.js API for rendering the maps. Developed specifically to be viewable on smartphone screen, as it is a travel application. The map data itself was generated by the Mobile Atlas Creator.
Web APIs and Web Services
Code for Microsoft's Web API. This is taken from a project in which data is returned by a stored procedure as a JSON response. A Web Service template that follows the SOLID principles of software design. It consists of the API, WS helper and three data access components that form the data response.
JavaScript Libraries
I have been exprimenting with a range of JavaScript APIs that have added some excellent features to my Web applications. They include:
- amCharts
- ChartJS
- jQuery
- Leaflet.js
- Node.js
Reference and Documentation
Application Lifecycle Management