Posts
- Dump and restore all MySQL databases with users
— Last time I must reinstall my MacOS and configure all my development environment again. It wasn't a big issues except MySQL database and users, becase there are a lot of…
- Logitech M590 review - good mouse for office usage
— Last autumn I must change my computer mouse old was broken, slow and often recognize one click as twice. Looking for new mice was very difficult, because I have very precise…
- Endomondo vs Strava
— During riding a bike, running or other activities you probably register them to get know your own records, to know route, or just to count kilometers, because people like…
- Phantom.js - use custom fonts in HTML to PDF convert
— Very short, but I think, may help a lot of people... Last time I spent a lot of time on the big issue with Phantom.js in Node app. Very common task: application should generate…
- JavaScript - this keyword usage and binding
— JavaScript is very elastic and popular language, but many things may be "strange" if we used soemthing else before. One of important things is that we create a lot of…
- Tubeless on road - Schwalbe Pro One review
— Last winter I wrote post about Schwalbe X One tubeless tyres fantastic cyclocross tires which I used in tubeless. After that, I decided to try tubeless also on road. Because…
- Integrate jQuery with Vue.js
— I work with many JavaScript libraries and few frameworks. Sometimes I must “merge” several scripts not always is simple. One example is Vue.js and jQuery on the same site. It…
- Why you should use Cloudflare
— Yes, I know, this blog post title looks like ad. But it isn't ad, because I use only Cloudflare free version and don't have any contact with this company (excluding support for…
- Nconf - simple, great solution for Node.js app configuration
— When I started work with Node.js and Express, I was looking for something to store my app settings. Something like env files in many PHP frameworks central place for…
- Run Node.js app on Ubuntu Server using pm2
— I work with Node.js and some other JavaScript technologies in last months. One important think is how run ready application on production server? It wasn't easy question,…
- Schwalbe X-One 700x33c Tubeless tyres - small review
— I use my CX bike everywhere one time with road wheelset and like road bike, second time with “terrain” wheelset and as gravel, in forest, meadows and fields. Very difficult…
- Nginx - Tips & tricks
— It’s time to add next and last episode for our Nginx blog series. This time post will not describe specific thing, but few different tips and tricks. You can use them to…
- Vue.js - push data from nested childs to parent
— Last time I work with Node and Vue.js. It's very nice and allows to simplify many, many things. And it's a lot better for me than React and its code mess... One of very nice…
- Nginx - SSL/TLS configuration
— We have ready Nginx server, ready PHP deamons with tweaked configuration so... what next? It's time to secure our websites. With Nginx it's very simple to run SSL/TLS…
- Why road bike is better than MTB - few arguments
— I decided to write about this, very irritable topic what is better, road bike or MTB? After few years and riding on different bikes, I think road bike is much, much better.…
- Express.js and Vue.js - secure forms using CSRF token
— Yes it's something new on this blog not only PHP, but also Node.js and Vue.js because I work on new project and use these technologies. Many, many things are completly new for…
- Quick tip: increase PhpStorm memory limit
— I use PhpStorm as my standard IDE in work. Why? I think it isn't necessary to describe all advantages it's very good software, appreciated and recommended by many, many…
- PHP-FPM - config improvements
— We've already installed Nginx web server, PHP, run wrappers and configure php.ini settings. Next step will be some small improvements on global PHP FPM configuration and also,…
- Nginx and PHP - configure php.ini file
— We already have a configured a Nginx web server and PHP FPM wrapper. It’s time to change PHP default settings now default configuration files from Ubuntu or Debian repositories…
- PHP - generate secure password
— This post will be very short. We must sometimes generate random password in PHP for example when users create accounts on our service, or we send them new password after reset.…