-
Recent Posts
Recent Comments
- How to remotely debug Java application | Codepills.com on How to build with Maven without running tests
- Andrej Buday on 3 basic mistakes for NullPointerException when Mock
- ajith on 3 basic mistakes for NullPointerException when Mock
- ajitha on 3 basic mistakes for NullPointerException when Mock
- How to trigger action with Scheduler and Quartz in Camel | Codepills.com on How to download a file from Azure Claud Storage
Archives
- February 2021
- January 2021
- December 2020
- November 2020
- August 2020
- February 2020
- November 2019
- June 2019
- May 2019
- May 2018
- April 2018
- August 2017
- June 2017
- May 2017
- December 2016
- November 2016
- March 2016
- January 2016
- December 2015
- January 2014
- December 2013
- October 2013
- June 2013
- April 2013
- May 2012
- March 2012
- February 2012
- July 2011
- April 2011
- March 2010
- January 2007
- September 2006
- July 2006
Categories
Meta
Category Archives: Tips & tricks
How to remotely debug Java application in IntelliJ
This article is a simple tutorial on how to debug your JAR or WAR file remotely. Continue reading
Posted in Tips & tricks
Tagged bytecode, debug, IDE, IntelliJ Idea, JAR, Java, Maven, maven build, monolit, port exhaustion, remote, session exhaustion, Slack, stack, war
Leave a comment
How to use IntelliJ Idea as a text editor
This article will give you a few excellent tips on how and why to turn your favourite IDE into your first choice text editor. Continue reading
Posted in Tips & tricks
Tagged Git, Grammarly, IDE, IntelliJ Idea, IntelliJ Idea IDE, Microsoft Word, text editor, word processor
Leave a comment
How to build with Maven without running tests
This article will show you multiple ways how to skip the test in your Maven build Continue reading
Posted in Tips & tricks
Tagged build, JAR, Java, Maven, optimization, POM, speed, Spring, SpringBoot, Surefire, tests
1 Comment
How to convert int to long in Java?
Simple hint on very often question how to convert int to long or Long in Java. Continue reading
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