Does Shell Scripting in a Resume carry value?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Does Shell Scripting in a Resume carry value?
# 1  
Old 05-08-2015
Does Shell Scripting in a Resume carry value?

Hi All,

I have learnt a lot by getting help from these forums. By the knowledge acquired, i have done the following automations which have helped prevent financial loss to my client.
  1. Detecting when the listener goes down - Earlier, a downstream team used to inform us whenever they were not getting responses. Once I set up the script in cron, we have avoided such an embarrassing scenario and have taken steps to minimize the impact
  2. Detecting when Queue depth is over a certain threshold - This has helped in preventing MQ Space being full and server MQ Crashing.
  3. Failed Records detection - All the failure transactions are recorded in logs. I set up a script once daily to capture all these transactions in a text file and email to entire team. It also deduced the reason for these failures from logs and sorted the records by upstream type wise.

I know its a silly qs, but do these things carry weight as programming skills? I wanted to include the below items to my resume
  1. Experienced with Shell Scripting and Linux Architecture
  2. Setup Monitoring scripts which helped prevent financial loss for client
  3. Created Scripts to log failed transactions and find their root cause.

How else can i modify the above points to better fit my resume?

Last edited by rbatte1; 05-11-2015 at 10:33 AM.. Reason: Converted text to LIST=i block.
# 2  
Old 05-08-2015
Yes. It carries weight. In fact, if you can't script, I won't hire you... Smilie

All the items you mentioned are fine in a résumé.
# 3  
Old 05-22-2015
These points definitely add value to your resume but make sure that you are not bluffing. Because, the interviewer might expect a lot seeing the points . So if you're just a beginner, try to add "basics" in each bullet
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Resume parent shell after sourcing another script

#! /bin/ksh #first.sh echo "b4 set exit as return" alias exit=return echo "call second" . ./second.sh echo "after second" #. ./third.sh unalias exit echo "ho lanciato il terzo" =================// #second.sh echo "in scond" exit ==============// the above code works in k... (2 Replies)
Discussion started by: mprakasheee
2 Replies

2. UNIX for Dummies Questions & Answers

Can anyone help me with a shell scripting resume draft or sample

Hello members, Can anyone help me how to draft a shell scripting resume. This might sound off the track from the forum's technical discussion but am struggling to find it on google how to do it exactly. Hence asking for help over here since there are many good number of professionals here. ... (7 Replies)
Discussion started by: walterpeter
7 Replies

3. Web Development

Perl scripting or shell scripting?

i am going to study any one of the scripting languages mentioned above(shell 0r perl scripting) . Which is having more scope for a fresher? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

4. What is on Your Mind?

Shell Scripting vs Perl scripting

Gents, I have been working in a Solaris/Unix environment for about 9 months. I took some linux classses online before getting the job. But, I am not very good at scripting. I want to learn how to script. Do you think that I should start with Shell scripting or Perl? I wanted to continue with... (2 Replies)
Discussion started by: Pouchie1
2 Replies

5. What is on Your Mind?

Shell scripting vs Perl scripting

Hi all, I would like to start developping some good scripting skills. Do you think it would be best to start with shell scripting or Perl? I already got a fundation, really basics, in perl. but I am wondering what would be best to be good at first. Can you please help me determine which one to... (14 Replies)
Discussion started by: Pouchie1
14 Replies

6. Hardware

Cannot resume from suspend with new motherboardktop, does not resume properly

I would like to get pm-suspend (or any other suspend method) working for a small new desktop computer. It is based on a Zotac GF-8200 ITX motherboard and an AMD Athlon II X@ 240 CPU using ArchLinux x86_64. The pm-suspend script works, apparently putting the machine into suspend correctly... (0 Replies)
Discussion started by: lagagnon
0 Replies

7. Shell Programming and Scripting

Call Shell scripting from Perl Scripting.

Hi How to call a shell scripting through a Perl scripting? Actually I need some value from Shell scripting and passes in the Perl scripting. So how can i do this? (2 Replies)
Discussion started by: anupdas
2 Replies

8. What is on Your Mind?

Are companies viewing my resume? How do I track my resume visits?

Hi everybody, I am wondering if there is any tool or website out there which can track who is viewing my resume. It is very frustrating when you send your CV or Cover Letter and you receive no feedback from the company, you don't even know if they have checked it out. Thanks for your help (1 Reply)
Discussion started by: gearyipswich
1 Replies

9. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

10. News, Links, Events and Announcements

Microsoft must carry Sun's Java

http://news.yahoo.com/news?tmpl=story2&ncid=&e=4&u=/ap/20021223/ap_on_hi_te/microsoft_sun and http://money.cnn.com/2002/12/23/technology/microsoft_sun.reut/index.htm (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question