Pages

Showing posts with label inteliJ. Show all posts
Showing posts with label inteliJ. Show all posts

Sunday, February 23, 2020

IntelliJ ultimate embedded http client

Did you know that IntelliJ ultimate has an embedded http client that you can use to sent requests to your app? There's no need for external tools like curl or postman, you can just use IntelliJ's endpoints tab. Also this requests can be saved as http files and be used on tests.


Wednesday, January 6, 2016

Useful IntelliJ shortcuts in MacOs

December 2021 update
You can find more detailed information about my favourite shortcuts in this link:
Useful Shortcuts To Code In IntelliJ Without Mouse(mac)

I never find this post it when I need it so thats it, Im uploading it to the blog 

Monday, December 8, 2014

Tip for quicker coding in IntelliJ

Did you know that with IntelliJ you can use Live Templates, to quickly insert predefined snippets of code. This can speed up your coding...

All you have to do is create templates for anything that you want, assign an abbreviation to it and the editor will do the rest for you just by typing the abbreviation.
Here an screen that shows, where in the IDE you can find this feature:

  

This is a cool one I like very much. You just type 'test' then hit tab and you will get a cool fresh test method :)

 @Test  
 public void $END$() throws Exception {  
 }   

Fore more detailed info about live templates, you can read this nice article at JavaCodeGeeks.com

Sunday, November 3, 2013

If you could pick a superpower what would it be?


The other day at lunch time I had a very interesting conversation with my fellow colleagues.
We were talking about which superpower would be the most awesome to have.
There are so many superpowers to pick its difficult to decide which one is the best and most awesome.
I think that pretty much we all agreed that it would depend on which situation you are in.
That evening going back home by London's tube via central line, the huge crowd made me wish I coulda teleport.
I was meditating about this and I came to the conclusion that teleportation could probably be a bit risky(I yet don't know london very well and I didn't want to land in the wrong place so I gave up that idea). I changed my mind and a wished I could travel time, to go back have a little walk and take a tube latter when less people at the station.
Do you think is there one that can allow you to travel time?
The answer is Yes! there is one.
In this screencast I will show you the advantages time traveling can have for your software and your company and also I will show you how to prepare your software for time traveling when things get ugly. 

Note: Don't forget to set the quality to HD in the video player



Share with your friends