Video of my speech in "Read more"
Read more ...
Recently I have switched to use VSCode IDE for Ruby and Elixir development.
And as I like to use Material Theme in editors (initially inspired by Sublimes Material theme), the same exist for VSCode. But not all panels are colored in Material colors (due to previous VSCode API limitations), and vscode-custom-theme extension helped with this (but now there is no need in it).
Since v1.11 VSCode has build-in support for color customization
"workbench.experimental.colorCustomizations": {
"panelBackground": "#2f333d",
"tabsContainerBackground": "#2f333d",
"inactiveTabBackground": "#2f333d",
"sideBarBackground": "#2f333d"
},
This preset works for me to have a complete look of VSCode Material Theme
Trailblazer is a high-level Architecture libraries for the Ruby web application (not only for Rails). If you are no familiar with it yet - take a 20 minutes walk through guide...
I want to cover once again those places where our team had issues or misunderstanding. Trailblazer documentation got a lot of improvements recently and keep getting more and more care. Some points from this list are covered by the docs, but in practice not everything was smooth.
Oh, I have missed JavaScript 18th birthdays 2 days ago
At last I have just got the difference between Dependency Injection and Service Locator (I really hope so :) ). Hallelujah ! And now it is clear what is Inversion of Control. That worth all these years in programming...
New gTLD are available for pre-order. Cyrilic domains also. .WEB, .SHOP, .SITE, .BUY and even .VODKA :) are available. Damn - I want .JS and .PHP ! When it will appear ? :)
First "real" visitors on blog from search and soc nets today (not only my friends and colleagues) ! Hello Italy and Norway ! :)
Dev stack abbreviations became more and more popular (MEAN vs LAMP etc.), StrongLoop introduces BACN - stack for mobile applications.