#Productivity https://mobile.nytimes.com/blogs/bits/2015/12/29/the-most-popular-online-course-teaches-you-to-learn/?referer=
Nytimes
The Most Popular Online Course Teaches You to Learn
Critics say Massively Open Online Courses, or MOOCs, are over-hyped. But defenders say they are reaching people in unexpected ways.
#CoffeeTime https://medium.freecodecamp.com/time-is-complex-but-priceless-f0abd015063c?source=featured
Free Code Camp
Algorithms in plain English: time complexity and Big-O notation
Every good developer has time on their mind. They want to give their users more of it, so they can do all those things they enjoy. They do…
#NodeJS https://medium.freecodecamp.com/building-a-nodejs-microservice-on-aws-lambda-6adb6da53cbb#.4riaurkgo
Free Code Camp
How to build a serverless NodeJS microservice on AWS Lambda
In this article, I’ll share my experience going “serverless” and building a CRUD API “microservice” using AWS Lambda, API Gateway, and…
https://blog.mechanicles.com/2016/09/19/microservices-using-rails-http-and-rabbitmq.html
Source: @therubyistbroadcast
Source: @therubyistbroadcast
Santosh Wadghule
Microservices using Rails, HTTP & RabbitMQ
Imagine that, we have built one monolithic app Cricket Live Score where an admin adds the live match scores into the database, and users use this app to get to know the current score about the live match. Match like India v Pakistan is very popular and it…
#JS https://discuss.reactjs.org/t/if-typescript-is-so-great-how-come-all-notable-reactjs-projects-use-babel/4887/2?u=spicyj
React Discuss
If TypeScript is so great, how come all notable ReactJS projects use Babel?
Hi John, I'm a member of both the Babel and Flow teams working at Facebook. We see a mostly linear progression for the JavaScript community from the days of plain scripts, to adding module systems, to adding compilers, to adding type systems. Each of…
https://www.railscarma.com/blog/technical-articles/usage-sql-nosql-databases-single-rails-application/
Source: @therubyistbroadcast
Source: @therubyistbroadcast
RailsCarma - Ruby on Rails Development Company specializing in Offshore Development
Usage Of SQL And NoSQL Databases In Single Rails Application(MySQL, PostgreSQL And MongoDB) - RailsCarma - Ruby on Rails Development…
rails application - There are distinctive reasons why you should think about having various databases in your Ruby on Rails application. In my situation, I expected to store
#JS https://medium.freecodecamp.com/how-to-implement-your-first-password-less-login-system-8141b6f9ddf2#.d48n7lou1
Free Code Camp
How to implement your first password-less login system
You may have heard that there are 360 Million Reasons to Destroy All Passwords and that Passwords are Obsolete. But that doesn’t really…