Coder Social home page Coder Social logo

About Sarah Bean

she/her

My all-time favorite quote about computer programming:

“Don’t comment bad code — rewrite it.” ~ Brian W. Kernighan and P. J. Plaugher.

If only the developers I have worked with believed in this.

I like solving complex problems, so some people call me a nerd

but I don't take that stuff personally.

Do I look like a nerd? Idk.. I hide it well.

I love programming and have used (in alpha order):

C++, C#, Java, JavaScript, Python and (cough) VB

I refuse to do another Hello World program.
My code says, "Hello, Universe!"

    # Some very simple Python Code
    # Declare a string
    sentence = "Nikola Tesla, where are you?"
    first_string=f"Hello Universe! {sentence}"
    print(first_string)
    print(first_string.capitalize())
    print(first_string.lower())
    print(first_string.upper())
    print("There are " + str(first_string.count('l')) + " 'l's.")
    print(first_string.find('ni'))
    print(first_string.find('Ni'))
    print(first_string.find('NI'))
    
    #split function
    print(first_string.split())
    len(first_string)
    
    #type function
    print(type("Hello Universe"))
    print(type(3.14))
    print(type(12))
    
    #isinstance function
    print(isinstance(3, int))
    print(isinstance("Nikola", str))
    print(isinstance(3, str))
    
    #casting
    num=43.6
    print(int(num))
    print(str(num))
    print(round(num))
    print(float(num))

Results

Right now, I'm transitioning from an SRE to a DevOps Engineer, and I love learning new things!

Including AWS, Ansible, Interactive Terraform, and many others.

My favorite tools on my computer are Git Bash and VS Code

Though I don't get to use Git Bash as much as I'd like.
It's getting better.

I’m interested in Edge Computing

I believe it will save lives.

I’m currently learning Go

It's used by DevOps, so I think I should know it.
Wish they had picked a better mascot logo - blue gopher? smh...

I’m looking to collaborate on... ANYTHING

Alt Text

If only I had the time... or could stop time... or had Hermione's watch.

Other than computer/software engineering,

I 💓 music. I play and teach piano.

This is a picture of my new Roland FP-30X.

I try to find something to love in everyone, but gL has my 💓.

I hope I find him in another lifetime, and we get on BRILLIANTLY.

I sketched this picture of him.
He's perfection... and Northern Irish!

The farthest I've been away from the US was my trip to India.

I went to the Khardung La (now the 2nd highest motorable road).

That's me and Manju 💓, my owl bobblehead traveling companion that I picked up in New Delhi.
I went with some people, too, but their names/pictures are not here to protect the innocent.

You can reach me through my website

https://sarahbeanhttps://sarahbeancodes.com/contact/

Sarah Bean's Projects

babytimewebsite icon babytimewebsite

This is a simple HTML/CSS website with no code written for database. It is a baby boutique website. Great design.

cardarray icon cardarray

Random Display of Shuffled Cards using Images in bin

corepython icon corepython

Code that we wrote for corePython section of training

jenkins icon jenkins

this is for git and jenkins' integration

personinfo icon personinfo

This program will display instances of class Person along with constructors, getters and setters, and a toString method to be used by another program TestPerson

sorensenphotography icon sorensenphotography

This is a basic sample website from a web design class using HTML, CSS and a little JavaScript. There is no database code.

sre-notes icon sre-notes

This is a collection of txt files of notes that I took during the SRE training. Hopefully, they will help!

wordpressazuresprint icon wordpressazuresprint

Create WordPress website and host it on an Azure VM with Infrastructure including MySQL database.

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.