Related Articles

Back to Latest Articles
ADAM 5510E TCP

ADAM 5510E TCP

I got some days ago the new ADAM 5510E TCP. It is nicer than ADAM 5000TCP that we showed in August. We will not show photos of it this time because it looks the same as its brother ADAM 5000TCP. What makes the new ADAM better?  Mainly that we can get inside to program it with C. What is it inside? How to get inside? Through the RS-232 port for programming like this screenshot: What software is included with it? What can I do with it?: You can program yourself in […]

Likindoy’s name

Likindoy’s name

Finally, we got the name we were looking for in our program, and the “Chicken Man” legend was finished. Our old programs, Grafista and iScada, definitely changed the name to “Likindoy“. “Al likindoy” means watching something, taking care of something, and having a look. “Al likindoy” means to be in that status (being watching something). For example, you leave your car in a parking lot, and […]

Vim with steroids: code faster and better!

Vim with steroids: code faster and better!


Juanmi Taboada
Juanmi Taboada
Vim with steroids: code faster and better!

Yes, I am a developer who writes its stuff with “vim”. What’s up?

Several times I have discussed if Vim is or is not an IDE. Many people don’t understand why we love it so much vim, and they even think Vim is just a text editor. Despite what they think, I can prove Vim is more than an IDE (vimdiff, vimperator for firefox) and can be a much better IDE than many others (it is just the fastest of all of them).

If you want to code faster and better, I have attached my Vim configuration, which is ready to use.

Enjoy it!    You can get it from my GitHub!

I’ve been using Vim for about 2 years, mostly because I can’t figure out how to exit it.

Comments

Related Articles

Programación

Django 1.7 Review

Finally, Django 1.7 is out, and it is great. Even if it broke some of my oldest Django projects, I love their philosophy. They focus on doing things in the right way. Getting my oldest websites back to life took me a few minutes, but it helped me update them. The first project I made […]

Posted by Juanmi Taboada
Programación

Python Guide to Debugging and Profiling

Debugging and profiling are essential components of software development. They allow you to identify and correct errors and optimise code performance. In this guide, we will discover and learn techniques for debugging and profiling Python programs. What is the difference between debugging and profiling? Debugging is locating and correcting errors or bugs in a program’s […]

Posted by Juanmi Taboada