Skip to content
View ctronp's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Highlights

  • Pro
Block or Report

Block or report ctronp

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ctronp/README.md

Hey there, everyone! ๐Ÿ‘‹

Ever wondered why we use high-level programming languages? ๐Ÿค” Beyond rapid development, there's a crucial aspect to consider: security and stability. Compiled languages with static typing often offer enhanced robustness and fewer runtime errors compared to their interpreted and dynamically-typed counterparts. ๐Ÿ”’

That's why I'm a firm believer that compiled languages will eventually become the primary choice for many developers seeking reliability. ๐Ÿ’ช

At the moment, I'm working as a backend developer at Tuxpan ๐Ÿข and honing my skills in Java and SpringBoot for backend development. ๐ŸŒ

My guiding principles are:

  • Explicit > Implicit (inspired by Python)
  • Ahead-of-Time (AOT) Compilation > Just-In-Time (JIT) Compilation > Interpreted languages
  • Open-source > Proprietary
  • Static typing > Dynamic typing
  • WebAssembly (WASM) should have access to the Document Object Model (DOM)
  • Containers > Virtual Machines
  • Linux <3

Pinned Loading

  1. MCT MCT Public

    Micro C Test, a single header library for testing.

    C

  2. EfficientDataStructures EfficientDataStructures Public archive

    structures and methods in C that are efficient in memory management.

    C

  3. dotfiles dotfiles Public

    dotfiles for fedora

    Shell

  4. prime_worker prime_worker Public

    web api to Verify Prime numbers with 64 iterations of miller rabin test.

    Rust