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

Organizations

@Data-Wox

Block or report Diegocndd

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

Hi there! I'm Diego

Linkedin Badge Gmail Badge

"What I cannot create, I do not understand" - Richard Feynman

About me

As a computer science student, I am passionate about algorithms and technology. I'm a front-end developer with extensive knowledge in creating web and mobile interfaces.

  • Solid knowledge of JavaScript and Python. 🐍
  • Studying user experience, web accessibility and data science in my spare time. 🤔
  • Low level programming enthusiast (Assembly and C language). ⬇️
  • Web Scraping lover

Tech Skills

  • JavaScript (React, React Native, NodeJS and Photoshop automation).
  • Git and Github
  • Python (solid knowledge in web scraping).

Discover a little of what I'm doing

Voter (a simple and anonymous voting system)

PostNote (a secure and serverless note manager)

Some code for bootable Assembly x86

A parser built with Haskell

A beautiful calculator built with React Native

Communicating WebRTC with React Native

CPU emulator with Python (and its own assembler)

A simple application that demonstrates the usefulness of Redux

Pinned Loading

  1. WebRTC-ReactNative-to-Browser WebRTC-ReactNative-to-Browser Public

    Connection between React Native and Browser through react-native-webrtc library.

    JavaScript 2 1

  2. cpu-emulator-python cpu-emulator-python Public

    CPU emulator using Python and generating its own assembler.

    Python

  3. modernCalculator modernCalculator Public

    A complete calculator app with measurement conversion, time and percentage calculation using React Native.

    JavaScript

  4. redux-basics redux-basics Public

    A simple application that demonstrates the usefulness of Redux.

    Java

  5. Parser-CTMCP-Haskell Parser-CTMCP-Haskell Public

    Parser from the book "Concepts, Techniques, and Models of Computer Programming" (Section 3.4.8) developed with Haskell instead of Oz.

    Haskell

  6. Assemblyx86-Bootable Assemblyx86-Bootable Public

    Bootable x86 Assembly to run in a virtual machine.

    Assembly