Monday, November 22, 2021

Windows Development Software - Maintenance/Security/Utilities

This is a series of posts which will list some useful apps for development and general usage of Windows. These are just some examples of what can be useful. Of course, use any app you already know or have.


maintenance/security/utilities:

CCleaner 

https://www.ccleaner.com/ccleaner/

CCleaner is the number-one tool for cleaning your PC.

It protects your privacy and makes your computer faster and more secure!


  

Malwarebytes 

https://www.malwarebytes.com/for-home/

Malwarebytes doesn’t just find threats like malware and viruses, it also finds potentially unwanted programs that can slow you down. Malwarebytes protects all your devices and personal info from threats, so you can shop, play, and connect without a second thought.


KeePass 

https://keepass.info/

KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can store all your passwords in one database, which is locked with a master key. So you only have to remember one single master key to unlock the whole database. Database files are encrypted using the best and most secure encryption algorithms currently known



grepWin 

https://github.com/stefankueng/grepWin

grepWin is a simple search and replace tool which can use regular expressions to do its job. This allows to do much more powerful searches and replaces.



FreeFileSync 

https://freefilesync.org/

FreeFileSync is a folder comparison and synchronization software that creates and manages backup copies of all your important files. Instead of copying every file every time, FreeFileSync determines the differences between a source and a target folder and transfers only the minimum amount of data needed. FreeFileSync is Open Source software, available for Windows, macOS, and Linux.




WinMerge 

https://winmerge.org/

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.



-End of Document-
Thanks for reading 

Monday, November 8, 2021

Windows Development Software - Code Editor, IDE

This is a series of posts which will list some useful apps for development and general usage of Windows. These are just some examples of what can be useful. Of course, use any app you already know or have.

code editor, ide:

PHPStorm

https://www.jetbrains.com/phpstorm/
PHPStorm actually 'gets' your code and deeply understands its structure, supporting all the PHP language features for modern and legacy projects. It provides the best code completion, refactorings, on-the-fly error prevention, and more.



IntelliJ IDEA

https://www.jetbrains.com/idea/

Every aspect of IntelliJ IDEA has been designed to maximize developer productivity. Together, intelligent coding assistance and ergonomic design make development not only productive but also enjoyable.



Netbeans

http://netbeans.org/

Netbeans, an open source and cross platform ide, highlights source code syntactically and semantically, lets you easily refactor code, with a range of handy and powerful tools.



CodeLobster 

http://codelobster.com/

CodeLobster IDE streamlines and simplifies the PHP development process. You don't need to keep in mind the names of functions, arguments, tags or their attributes -- we've implemented all these for you with autocomplete features for PHP, HTML, JavaScript and even CSS.



NuSphere 

http://www.nusphere.com/

NuSphere is provider of the best PHP Tools, the home of PhpED - state of the art PHP Editor.

Thousands of people use our tools including our PHP IDE with the leading debugging tool for PHP.



Atom

https://atom.io/

An open source, hackable text editor for the 21st Century



Visual Studio Code

https://code.visualstudio.com/

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity)

AWS Cloud9

https://aws.amazon.com/cloud9/

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal. Cloud9 comes prepackaged with essential tools for popular programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure your development machine to start new projects. Since your Cloud9 IDE is cloud-based, you can work on your projects from your office, home, or anywhere using an internet-connected machine. Cloud9 also provides a seamless experience for developing serverless applications enabling you to easily define resources, debug, and switch between local and remote execution of serverless applications. With Cloud9, you can quickly share your development environment with your team, enabling you to pair program and track each other's inputs in real time.


Notepad++

https://notepad-plus-plus.org/

Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages.  Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size.



Geany 

https://www.geany.org/

Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. It runs on Linux, Windows and MacOS is translated into over 40 languages, and has built-in support for more than 50 programming languages.



-End of Document-
Thanks for reading