Giter Club home page Giter Club logo

advent-of-code's Introduction

Hi, I'm Bernardo. I have several years of experience with a multitude of programming languages, including high-level dynamically-typed scripting languages such as Python, purer functional languages such as Haskell, languages commonly used for enterprise software development, such as C# and Java, and low-level statically-typed languages such as C and C++.

Preferences aside, I am a strong believer in using the right tool for the job at hand and often question maxims and universal truths in technology.

Recently, I have been interested in cybersecurity and safe systems programming using Rust.

You can find my portfolio here. Feel free to reach out to me by email.

I am willing to relocate for interesting job opportunities.

advent-of-code's People

Contributors

bernardosulzbach avatar

Watchers

 avatar  avatar

advent-of-code's Issues

Have continuous integration for building and testing

There's a travis-ci branch that has some WIP towards this. Travis CI only has old Ubuntu, so all compiler versions available there (of both GCC and Clang) are much older than what I'm using locally and thus cannot build the code in this repository. For instance, they don't support concepts.

Rust tools to consider

Clippy

Sometimes it’s nice to have an experienced advisor by your side… giving you tips on best practices as you code. That’s what Clippy does —it reviews your code as you go and tells you how to make that code more idiomatic.

rustfix

But if you have an older code base that uses outmoded idioms, then just getting tips and correcting the code yourself can be tedious. You just want someone to go into your code base and make the corrections.

For these cases, rustfix will automate the process. It will both apply lints from tools like Clippy and update older code to match Rust 2018 idioms.

Taken from this blog post.

Refactor the part range check away

As many as 50 files will eventually do part == 1 || part == 2. Should use an Interval and have a standard message for this in common.

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.