SQL: Find duplicates
Description To find duplicate entries in your database Example SELECT a.firstname, a.lastname, a.address FROM list a INNER JOIN list b ON a.address = b.address WHERE a.id b.id
AngularJS – Validate Field As – Directive
Description A directive to validate a field quickly Preview Image Validation Options Required Email Number – 0.00 Date – yyyy-mm-dd Time – hh:mm HTML Javascript .directive(‘validateAs’, function () { var link = function (scope, element, attrs, ngModel) { var validateAsTypes … Continued
AngularJS – Date Picker – Directive
Description Alternates between a basic text input and actual Bootstrap UI date picker on click to reduce watchers on a page with multiple date pickers Dependencies AngularJS Bootstrap Bootstrap UI Preview Image HTML Javascript /** * Date Picker Directive * … Continued
Thank you MIT [personal]
https://mitpress.mit.edu/sicp/full-text/book/book.html http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/ These twenty video lectures by Hal Abelson and Gerald Jay Sussman are a complete presentation of the course, given in July 1986 for Hewlett-Packard employees, and professionally produced by Hewlett-Packard Television.
What’s new in Bootstrap 4 [team]
https://scotch.io/bar-talk/whats-new-in-bootstrap-4 So what’s new in Bootstrap 4? Let’s find out! The docs aren’t 100% complete yet, but we can still learn what’s new from looking into the source.
How Domain-Driven Design Aids in the Planning of Microservices Architecture [architect]
https://www.thoughtworks.com/insights/blog/domain-driven-design-services-architecture In application development, DDD defines problems as domains and subdomains. Independent steps and problem areas are then defined as bounded contexts. A common language is encouraged with definitions for entities, value objects and aggregate route rules. Sokhan says it … Continued
NodeJS 4.0 Stable [architect]
https://nodejs.org/en/blog/release/v4.0.0/ The collaborators of the Node.js project and the members of the Node.js Foundation are proud to offer v4.0.0 for general release. This release represents countless hours of hard work encapsulated in both the Node.js project and the io.js project … Continued
Building a GraphQL Server with Node.js and SQL [team]
Its early days, but, here is a clearer picture on the GraphQL concept. https://www.reindex.io/blog/building-a-graphql-server-with-node-js-and-sql/?utm_source=io.js+and+Node.js+News&utm_medium=article GraphQL is a new technology from Facebook. It aims to replace REST as a go-to API standard for developing rich applications. In this article we’ll build … Continued
Backendless [architect]
BaaS – Back end as a service – a platform approach https://backendless.com/blog/