Explore >> Select a destination


You are here

rick.cogley.info
| | techsavvypriya.wordpress.com
2.3 parsecs away

Travel
| | I've learnd a very important thing in my whole career as a developer, IDE is my bow and extensions are my arrows.It depends on me to choose the best bow and best arrows , of course, I choose VSCode for that and the number of best VSCode extensions. There are thousands of extensions in the...
| | takeonrules.com
2.6 parsecs away

Travel
| | About 15 or so years ago, I was changing jobs. I was leaving the walled garden of an Integrated Development Environment (IDE ??) for a proprietary language that deployed to an IBM System iSeries (AS/400 ??) . (Sidenote: We wrote in Report Program Generator programming language from IBM (IBM RPG ??) and Cool Plex, which looked a lot of meta-code and what I now know to be RDF Triples ) At my new job, I was writing web-facing applications using open source technology and deploying to Linux.
| | simpleprogrammer.com
2.2 parsecs away

Travel
| | Like other jobs, developers also require tools to code applications and services. An integrated development environment (IDE) is one of those must-have tools for developers. It is a software application that deals with the end-to-end development process for managing, debugging and developing applications. In this article, we will explore what is an IDE and how [...]
| | ncona.com
6.3 parsecs away

Travel
| I've known about neovim for a long time, but I've never tried it out. My goal for this article is to try to replicate my current vim configuration: File explorer Grep Fuzzy file finder Syntax highlight .vimrc configuration If Neovim is as good as people say, I should be able to do that, and it should run faster. Installation Neovim is already packaged for most OS. Sadly, the version included in Ubuntu is too old for most plugins out there. For this reason, we'll have to build from source. Install prerequisites: 1 sudo apt-get install ninja-build gettext cmake unzip curl