With a little help from my peers

Lend me your eyes and read this article about the importance of code reviews.In a recent job interview, I mentioned that I tend to be a bit of a nitpicker when reviewing pull requests, albeit in an ev...
0 Read More

How to Measure DORA Change Fail Rate

As with all four key DORA metrics, measurement is the first step to improvement. Change fail rate is critical to track because it demonstrates your team’s success at delivering reliable, stable code...
0 Read More

Week 3 Class Notes

when you restart the server, need to re-run "rake sample_data"open rails console "rails c" type "User.all" to see all usersdon't forget about associations! i.e. you already defined a user's feed and d...
0 Read More

My new coding language ( Faceone)

This is my introduction of how to use my coding languageFirst the syntax of the code. The functions are imported from a database ⛶//include funtion.a;Then you need the function for example take the ...
0 Read More