What jobs am I currently making myself marketable for, given the changing stack at my current role?

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

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

    The fundamental package for scientific computing with Python.

  • I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.

  • imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Numba

    NumPy aware dynamic Python compiler using LLVM

  • I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.

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