-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
Category Archives: Tips & tricks
Git – How to remove folder recursively from Git
This article contains several clever commands for removal of unwanted files in your git repository. Continue reading
How to write CRON jobs
CRON jobs or CRON tasks are very useful for automatizing repetitive work. With cron job help you can for example once a week wipe out cache files in your app directory or send email about number of newly registered users. You … Continue reading
Posted in Tips & tricks
1 Comment
Why Typekit fonts do not show on XAMPP localhost?
I have been trying locally on XAMPP develop new custom WordPress theme. I choose to implement custom font on titles with help of Adobe Typekit fonts. It took me nearly 2 hours to solve problem with not showing fonts nowhere locally. … Continue reading
Custom Key Binding in Sublime Text 3
If you are a Windows->OSX switcher like me, you will counter several user habits conflicts. One of them is keyboard layout and key binding in different applications. Using Sublime Text3 editor in first days was nightmare. Luckily Sublime support possibility … Continue reading