Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
Jekyll + GitHub Pages + Forestry.io
I’ve recently migrated the jetthoughts.com website on Jekyll to Forestry.io. I’d like to share my...
Effortless Code Conventions Review for Pull Request Changes
Reliably arranged source code helps hackability. You can filter code speedier if its organizing is...
Heroku Reviews Apps prevent delivering bugs on production
Are you afraid to deploy a master branch to the production? Do you still mess with staging...
Git minimum for effective project development
For beginners who are not familiar with Git or GitFlow, we grabbed the most common commands to be...
Feature Branches and Where to Find Them
Here we want to go through the feature branch process, show what downsides this approach may have...
Speed up GitHub PR’s review of your React applications
Would you like to speed up PR’s review of React application, when you use Jest snapshot...
Regular automatic dependencies update with CircleCI
Resolving the auto-upgrade issue will allow having edge gems versions with little to no...
Incremental lint fixes by GitHub Actions
How do you apply new lint rules to the legacy project with active development? Have you added...