Skip to content
View LaraKraemer's full-sized avatar

Block or report LaraKraemer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LaraKraemer/README.md

def aboutMe():
  name = "Lara"
  homebase = "Berlin, Germany"
  currentJob =  "Software Engineering Student at 42 Berlin"
  yearsInWorkforce = "+ 5 years in Tech companies"
  formerEducation = "Bachelor of B.A."
  myStory = """ 
  Programmer and software engineering student. Besides my studies, I am learning automation testing, web development, OOP, databases,
  API integration, and playing around with microcontrollers. My background is in people management and recruitment.

  ‘Not knowing when the Dawn will come, I open every Door’ by Emily Dickinson' """

  currentlyStudying = ["Python", "Django", "C"]
  hobbies = ["Hiking", "Camping", "Bouldering"]

if __name__ == "__main__":
    aboutMe(),
    print("Open to, part-time work!")


Pinned Loading

  1. sourdoughstarterspy sourdoughstarterspy Public

    Building a sourdough monitor with Micropython

    Python 1

  2. portfolio-blog portfolio-blog Public

    Landing page and blog application build with Python, Django, HTML, CSS, Bootstrap and JS.

    JavaScript 1

  3. developer-communities developer-communities Public

    Collection of developer communities that organise meetups.

    2

  4. wiki wiki Public

    Designed a Wikipedia-like online encyclopedia. This is the CS50w Project 1

    Python

  5. push_swap push_swap Public

    A sorting algorithm implemented in C.

    C