Skip to content
View ctronp's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report ctronp

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
ctronp/README.md

Hey there, everyone! πŸ‘‹

Have you ever wondered why we use high-level programming languages? πŸ€” Beyond rapid development, there's an important aspect to consider: security and stability. Compiled languages with static typing often provide enhanced robustness and fewer runtime errors compared to their interpreted and dynamically-typed counterparts. πŸ”’

While I believe compiled languages can offer benefits in terms of reliability, it's all about choosing the right tool for the job and balancing performance with other factors. πŸ’ͺ

At the moment, I'm working as a backend developer at Flow 🏒 and honing my skills in Java Spring Boot, PHP, and AWS 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