Giter Club home page Giter Club logo

jobby's Introduction

Hi there!!! Nice to see you. I'm Shubham

GIF

๐Ÿ‘จโ€๐Ÿ’ป ย  Software Engineer
๐ŸŽ’ ย  MSCS Student at NC State University, Raleigh, NC, USA ๐Ÿ‡บ๐Ÿ‡ธ
๐Ÿ‘จโ€๐ŸŽ“ ย  Computer Science Undergrad from JEC, MP, India ๐Ÿ‡ฎ๐Ÿ‡ณ

Welcome to my page!!!

  • I love to code, design and try out new challenging things.
  • Possess industrial experience in developing microservices.
  • Connect with me any time and start discussion on any hot topic in tech
  • Currently enrolled in CSC519, excited for a lot of cool Devops stuff ๐Ÿ˜‰
  • you either automate or get replaced by it.

My favorite code snippet. :

Code Before:

cars = ["lamborghini", "McLaren", "Ferrari", "Porsche", "Ford GT"]
list = []

for x in cars:
  if "a" in x:
    list.append(x)

list comprehension: offers simpler and shorter version of long code

cars = ["lamborghini", "McLaren", "Ferrari", "Porsche", "Ford GT"]
list = [car for car in cars if "a" in car]

Skills : Languages and Tools:

Visual Studio Code  Kibana  Docker  Terminal  AWS Azure Devops  


Kuberneted json Java python Ruby kafka


Heroku Travis apache Apache spark jupyter

Where to find me

Github Twitter LinkedIn


GitHub Stats Shubham's GitHub Stats Shubham's GitHub Top Languages

jobby's People

Contributors

ameyatathavadkar avatar gokul-koganti avatar harikrishnaselvaraj avatar harshil-shah99 avatar ineelshah avatar jayrshah98 avatar kiranbharadwaj avatar pvpatel-1001 avatar rachanakondabala avatar rjain09 avatar sak007 avatar sak1997 avatar smayanareddy avatar wizard-31 avatar zedunaid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.