Posted On April 11, 2019

Recommended Skill Set of a Programmer

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Recommended Skill Set of a Programmer

It’s a given that a coder needs to learn how to code… like really well. However, this is a short list of enhancers for a programmer to be more effective:

1. Regex
2. SQL
3. Debugging
4. Scripting / automation: Linux Kernel Shell, PowerShell, Python
5. Documentation: leverage the written medium to communicate as efficiently. Write once and allow the information to be repeated to the intended audience on-demand.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

WordPress: Gold Price Widget CSS

Here's a sample of CSS Code to customize the display of the WordPress' Gold Pricing…

WordPress Plugin Syntax Highlighter Fix

Source: from a forum poster of this plugin's Github page. // Add this to functions.php…

How To Modify a Windows Service

Here's the freebie code: # Version 0.02 $serviceName='Windows_Exporter' $newExePath=$false $newSwitches=" --log.format logger:eventlog?name=$serviceName --collectors.enabled os,cpu,cs,logical_disk,net,tcp,service,textfile" function…