I feel really dumb whenever I take a coding test for a job

This page summarizes the projects mentioned and recommended in the original post on /r/csMajors

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • SWIG

    SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.

  • I mostly write in C and C++ so for language bindings I use Swig a lot. Say Im creating a machine learning library in C++, its very easy to create a Python API that can call the C++ classes and methods using Swig. iirc, I am using the same swig interface file to create bindings for Python, OCaml, R and even Fortran. Feel free to DM me if you got any more questions or anything!

  • starter-workflows

    Accelerating new GitHub Actions workflows

  • The CI/CD portion I mostly utilize github actions. They're extremely customizable and are able to run a check or test on your project as defined in a .yml file upon every push and pull request on your repository. An example of one I use is for installing googletest, running my test suite, and publishing a coverage report. There are many workflow you can implement for a project.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts