Skip to content

Instantly share code, notes, and snippets.

View ramlaxman's full-sized avatar
🎯
Focusing on Excellence in Cloud and Python

Mayur S. Patil (मयूर पाटील) ramlaxman

🎯
Focusing on Excellence in Cloud and Python
View GitHub Profile
@bradtraversy
bradtraversy / docker-help.md
Last active May 4, 2024 14:32
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

1. Number of times pregnant 2. Plasma glucose concentration a 2 hours in an oral glucose tolerance test 3. Diastolic blood pressure (mm Hg) 4. Triceps skin fold thickness (mm) 5. 2-Hour serum insulin (mu U/ml) 6. Body mass index (weight in kg/(height in m)^2) 7. Diabetes pedigree function 8. Age (years) 9. Class variable (0 or 1)
6 148 72 35 0 33.6 0.627 50 1
1 85 66 29 0 26.6 0.351 31 0
8 183 64 0 0 23.3 0.672 32 1
1 89 66 23 94 28.1 0.167 21 0
0 137 40 35 168 43.1 2.288 33 1
5 116 74 0 0 25.6 0.201 30 0
3 78 50 32 88 31.0 0.248 26 1
10 115 0 0 0 35.3 0.134 29 0
2 197 70 45 543 30.5 0.158 53 1

30 day action plan

Job Hunting

There are three main areas that I'm going to focus on in the next month that I can control. I'm going to split my time between getting fit, staying sharp with code, and sending quality applications in.

Daily Schedule

7:00 Wake up 7:30 Swim/Lift 9:00 Variable morning 3 hr block

@ramlaxman
ramlaxman / ssh-check.sh
Last active April 7, 2018 10:41
ssh-check.sh
#!/usr/bin/sh
dnf install openssh
service sshd start
chkconfig sshd on
echo Do you want to continue? [Y/N]
read ans
if [ $ans == 'N' ]
then
echo "SSH check completed. Have a nice day."
@johnwarejunior
johnwarejunior / phase-interview-prep-workplan.md
Last active March 20, 2018 04:40
Phase Interview Work Plan 1/16/2018

Work Plan 1/16/2018

Overview

This week's focus will be on preparing for the Apprenticeship Phase by completing of Practice Phase Instruction and Vinyl

Areas of Focus

  • Study RESTful API using Express
    • PUT
    • POST
  • GET

Overview

Create a flexible but focused plan to move forward job search efforts and continue learning. This week I have a technical interview with Going Merry, a phone screen with Metal, a fundamentals check with Outco, and a video call with Teachfx. I also intend to apply to the Twilio internship. I need to build in React with Ethereum and Solidity, do some Algorithms and Data Structures, and study front-end interview questions. There were some awesome companies at the hackathon, I want to identify about 3 companies to research and apply to this week.

Work Plan

Learning

@mihirchakradeo
mihirchakradeo / TIL.md
Last active March 20, 2018 04:37
Interview Prep Notes
  1. Reading std C lib header contents from command line:

    echo "#include<string.h>" | cpp | grep "strstr" Displays strstr() function definition

  2. Finding multiple char in a string, handle case where last char is unique

  3. To find a number which occurs odd number of times from a list, make use of the XOR ‘^’ operator. The result will be the number which occurs for odd number of times.

Overview

Interview prep and portfolio/resume focus. Identify open source project.

Areas of Focus

  1. Interview Preparation
  2. Algorithms/Data Structures
  3. Portfolio
  4. Resume
  5. Pick open source project

40-hour week

Daily

  • Technical Code Challenge (1 hour)
    • Finish JS assessment challenges
    • Pick one Codewars challenge to finish
  • Technical Interview Prep (2 hours)
    • practice answering questions from the Interview Questions list
    • practice talking about both projects on Resume (good pieces of code)
  • LinkedIn Cold Outreach and Company Research (1 hour)
  • Work on an issue from Code4SocialGood open-source project (2 hours)