tool – Stepan Suvorov Blog https://stepansuvorov.com/blog Release 2.0 Sun, 14 Oct 2018 16:49:39 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.1 Dutch Tax Income Calculator: Now with offline mode https://stepansuvorov.com/blog/2018/10/dutch-tax-income-offline/ https://stepansuvorov.com/blog/2018/10/dutch-tax-income-offline/#respond Sun, 14 Oct 2018 16:49:39 +0000 http://stepansuvorov.com/blog/?p=3538 Finally I found some time to implement service workers that will allow you to use application even there is no internet connection. Check it out!

Also it’s already PWA application, so you can make a shortcut for your mobile desktop:

]]>
https://stepansuvorov.com/blog/2018/10/dutch-tax-income-offline/feed/ 0
VSCode + plunker = Stackblitz https://stepansuvorov.com/blog/2017/08/vscode-plunker-stackblitz/ https://stepansuvorov.com/blog/2017/08/vscode-plunker-stackblitz/#respond Sun, 06 Aug 2017 07:08:09 +0000 http://stepansuvorov.com/blog/?p=3432

Stackblitz is nice combination of VSCode experience with plunker sandbox.

Some killer features:

  • shortcuts (for example cmd+P)
  • autocompletion
  • npm packages
  • debug + live reload is possible in separate window
  • works offline
]]>
https://stepansuvorov.com/blog/2017/08/vscode-plunker-stackblitz/feed/ 0
Desmos – online graph builder https://stepansuvorov.com/blog/2017/07/desmos-online-graph-builder/ https://stepansuvorov.com/blog/2017/07/desmos-online-graph-builder/#respond Thu, 27 Jul 2017 20:21:29 +0000 http://stepansuvorov.com/blog/?p=3425

I found really user-friendly graph online builder – Desmos.

]]>
https://stepansuvorov.com/blog/2017/07/desmos-online-graph-builder/feed/ 0
Git standup to prepare your notes https://stepansuvorov.com/blog/2017/04/git-standup-to-prepare-your-notes/ https://stepansuvorov.com/blog/2017/04/git-standup-to-prepare-your-notes/#respond Sat, 22 Apr 2017 09:36:27 +0000 http://stepansuvorov.com/blog/?p=3346 When you have several projects and lots of small tasks it’s easy to forget something important for standup. git standup command will help you with quick commit notes for X period of time.

]]>
https://stepansuvorov.com/blog/2017/04/git-standup-to-prepare-your-notes/feed/ 0
npm-check-updates https://stepansuvorov.com/blog/2017/03/npm-check-updates/ https://stepansuvorov.com/blog/2017/03/npm-check-updates/#comments Wed, 15 Mar 2017 21:46:39 +0000 http://stepansuvorov.com/blog/?p=3296 Just discovered pretty handy npm package that makes quick review for all your project outdated extensions:

$ npm i npm-check-updates -g

and you will get:

 

]]>
https://stepansuvorov.com/blog/2017/03/npm-check-updates/feed/ 1
Idea: Grunt/gulp/webpack config builder https://stepansuvorov.com/blog/2016/05/grunt-gulp-webpack-config-builder/ https://stepansuvorov.com/blog/2016/05/grunt-gulp-webpack-config-builder/#comments Sat, 07 May 2016 10:39:28 +0000 http://stepansuvorov.com/blog/?p=2127 Continue reading ]]> grunt-logogulp-2x1-A-_KrEvMuiH7dlwshFw5aw

I don’t know why such kind of service still have not been invented. It’s not only about grunt/gulp or webpack but also about build tools of such kind.

It could be so useful: you just feed your github repo to the service and in step by step wizard create your config file. After all you have pull request with changes(new config file) to your project.

]]>
https://stepansuvorov.com/blog/2016/05/grunt-gulp-webpack-config-builder/feed/ 4
Keep an eye on AngularJS perfomance with ng-stats https://stepansuvorov.com/blog/2015/10/keep-an-eye-on-angularjs-perfomance-with-ng-stats/ https://stepansuvorov.com/blog/2015/10/keep-an-eye-on-angularjs-perfomance-with-ng-stats/#respond Thu, 22 Oct 2015 18:54:09 +0000 http://stepansuvorov.com/blog/?p=2877 ng-stats

ng-stats is nice utility from Kent C. Dodds that allows you to see statistics for your page’s angular digest/watches.

to install just put this code into your bookmarks:

[javascript]
javascript: (function() {var a = document.createElement("script");a.src = "https://rawgithub.com/kentcdodds/ng-stats/master/dist/ng-stats.js";a.onload=function(){window.showAngularStats()};document.head.appendChild(a)})();
[/javascript]

]]>
https://stepansuvorov.com/blog/2015/10/keep-an-eye-on-angularjs-perfomance-with-ng-stats/feed/ 0
hurl.it — Make HTTP Requests https://stepansuvorov.com/blog/2015/07/hurl-it-make-http-requests/ https://stepansuvorov.com/blog/2015/07/hurl-it-make-http-requests/#respond Fri, 31 Jul 2015 19:23:21 +0000 http://stepansuvorov.com/blog/?p=2798 hurl.it

Hurl.it – simple online tool to do http requests – goes to my bookmarks.

]]>
https://stepansuvorov.com/blog/2015/07/hurl-it-make-http-requests/feed/ 0
history.google.com – search in your search history https://stepansuvorov.com/blog/2015/07/history-google-com-search-in-your-search-history/ https://stepansuvorov.com/blog/2015/07/history-google-com-search-in-your-search-history/#respond Wed, 29 Jul 2015 20:28:21 +0000 http://stepansuvorov.com/blog/?p=2793 With google you can search for text, images, videos, location, and many other things. But not you can do search even in your search history! history.google.com lets you filter by date, get statistic and even delete(?really) any record.

]]>
https://stepansuvorov.com/blog/2015/07/history-google-com-search-in-your-search-history/feed/ 0
Ionic Playground https://stepansuvorov.com/blog/2015/05/ionic-playground/ https://stepansuvorov.com/blog/2015/05/ionic-playground/#respond Mon, 11 May 2015 11:25:22 +0000 http://stepansuvorov.com/blog/?p=2626 ionitron-twitter

I would only point out how good is Ionic Team  in building own environment to make a life of developers easier. Now they created own sandbox to play with ionic code.

ionic playground

]]>
https://stepansuvorov.com/blog/2015/05/ionic-playground/feed/ 0