A new article entitled "Dependency injection vs stubbing in Javascript tests" written by Eumir Gaspar is now online!
#Testing #JavaScript #Guide #Ruby #SoftwareTesting
@ITNEXT
We have recently been trying out Serverless with AWS Lambdas as the tech stack for a project. Before that, my most recent encounter with… > Read More...
https://itnext.io/dependency-injection-vs-stubbing-in-javascript-tests-769759900cb3
#Testing #JavaScript #Guide #Ruby #SoftwareTesting
@ITNEXT
We have recently been trying out Serverless with AWS Lambdas as the tech stack for a project. Before that, my most recent encounter with… > Read More...
https://itnext.io/dependency-injection-vs-stubbing-in-javascript-tests-769759900cb3
ITNEXT
Dependency injection vs stubbing in Javascript tests
We have recently been trying out Serverless with AWS Lambdas as the tech stack for a project. Before that, my most recent encounter with…
A new article entitled "Terminator: Death to the (State) Machines I — Rise of the Machines" written by Eumir Gaspar is now online!
#RubyonRails #Programming #Coding #Development #Ruby
@ITNEXT
I originally thought about this as a for light-hearted (but serious) talk for the first Kiwi Ruby conference. Unfortunately (for me) there… > Read More...
https://itnext.io/terminator-death-to-the-state-machines-i-rise-of-the-machines-33a643f48a6d
#RubyonRails #Programming #Coding #Development #Ruby
@ITNEXT
I originally thought about this as a for light-hearted (but serious) talk for the first Kiwi Ruby conference. Unfortunately (for me) there… > Read More...
https://itnext.io/terminator-death-to-the-state-machines-i-rise-of-the-machines-33a643f48a6d
Medium
Terminator: Death to the (State) Machines I — Rise of the Machines
I originally thought about this as a for light-hearted (but serious) talk for the first Kiwi Ruby conference. Unfortunately (for me) there…
A new article entitled "Terminator: Death to the (State) Machines II —Salvation" written by Eumir Gaspar is now online!
#Development #Ruby #Coding #Programming #RubyonRails
@ITNEXT
Note: If you haven’t read the first part of this story / post, please do so! It gives you some background on why I wrote this and some… > Read More...
https://itnext.io/terminator-death-to-the-state-machines-ii-salvation-d46bd273e7f2
#Development #Ruby #Coding #Programming #RubyonRails
@ITNEXT
Note: If you haven’t read the first part of this story / post, please do so! It gives you some background on why I wrote this and some… > Read More...
https://itnext.io/terminator-death-to-the-state-machines-ii-salvation-d46bd273e7f2
ITNEXT
Terminator: Death to the (State) Machines II —Salvation
Note: If you haven’t read the first part of this story / post, please do so! It gives you some background on why I wrote this and some…
A new article entitled "Configure Rails App with Apache and Passenger On CentOS" written by alok rawat is now online!
#Passengers #Deploy #Apache #Ruby #Centos
@ITNEXT
As the title describes that we are going to learn, how to configure our RubyOn Rails app with Apache & Passenger on centOS. > Read More...
https://itnext.io/configure-rails-app-with-apache-and-passenger-on-centos-4b650adeb7d9
#Passengers #Deploy #Apache #Ruby #Centos
@ITNEXT
As the title describes that we are going to learn, how to configure our RubyOn Rails app with Apache & Passenger on centOS. > Read More...
https://itnext.io/configure-rails-app-with-apache-and-passenger-on-centos-4b650adeb7d9
ITNEXT
Configure Rails App with Apache and Passenger On CentOS
As the title describes that we are going to learn, how to configure our RubyOn Rails app with Apache & Passenger on centOS.
An article entitled "How writing tests for your future self will make your tests better" written by Eumir Gaspar with 50 claps is now accessible for read!
#Testing #Programming #SoftwareDevelopment #Ruby #Tech
@ITNEXT
When practicing test driven development (TDD), we sometimes tend to focus on testing everything. This 100% coverage mentality can sometimes… > Read More...
https://medium.freecodecamp.org/how-writing-tests-for-your-future-self-will-make-your-tests-better-3311a57e07c4
#Testing #Programming #SoftwareDevelopment #Ruby #Tech
@ITNEXT
When practicing test driven development (TDD), we sometimes tend to focus on testing everything. This 100% coverage mentality can sometimes… > Read More...
https://medium.freecodecamp.org/how-writing-tests-for-your-future-self-will-make-your-tests-better-3311a57e07c4
freeCodeCamp
How writing tests for your future self will make your tests better
When practicing test driven development (TDD), we sometimes tend to focus on testing everything.