martinKindall
I love learning and explaining what I know. I am passionate about programming computers and digital electronics.
Pinned Repositories
aws_cd_pipeline_ecs_tf
aws_spring_cloud_sandbox
Checking out some aws spring cloud libraries
compile-for-risc-v-gnu
Examples for compiling code using the RISC-V gnu toolchain
minecraft_mod_forge_1_19
Ejemplo de mod en Minecraft usando Forge 1.19
mips_cpu
Single Cycle 32 bit MIPS
nextjs_authentication_login
A small example of a login in NextJS using Iron sessions and Bcrypt.
NFT_Colors
A simple NFT contract with a Web GUI in order to mint new tokens. For learning purpouses, using the ERC-721.
risc-v-single-cycle
A Single Cycle Risc-V 32 bit CPU
simple_jdbc_crud
Simple example of a CRUD using JDBC and postgres.
xv6-rv32
Port of MIT's xv6 OS to 32 bit RISC V
martinKindall's Repositories
martinKindall/risc-v-single-cycle
A Single Cycle Risc-V 32 bit CPU
martinKindall/aws_cd_pipeline_ecs_tf
martinKindall/mips_cpu
Single Cycle 32 bit MIPS
martinKindall/compile-for-risc-v-gnu
Examples for compiling code using the RISC-V gnu toolchain
martinKindall/nextjs_authentication_login
A small example of a login in NextJS using Iron sessions and Bcrypt.
martinKindall/xv6-rv32
Port of MIT's xv6 OS to 32 bit RISC V
martinKindall/simple_jdbc_crud
Simple example of a CRUD using JDBC and postgres.
martinKindall/leetcode_java
Leetcode problems in Java
martinKindall/siete_algoritmos
Siete algoritmos que todo programador junior debe conocer
martinKindall/aws_code_deploy_example
martinKindall/minecraft_bedrock_experiments
martinKindall/tda_intro
Cuatro Tipos de Datos Abstractos para aprender
martinKindall/aws-sdk-java-v2
The official AWS SDK for Java - Version 2
martinKindall/bsd_make_examples
Simple examples of BSD make (tried out in FreeBSD 12.4)
martinKindall/c_playground
Just learning some basics of OS and UNIX
martinKindall/cardano_authentication_system
martinKindall/effective_java
Examples of the concepts explained in the book
martinKindall/elf2hex
Converts ELF files to HEX files that are suitable for Verilog's readmemh.
martinKindall/fromPubSubToLocalKafka
Using Java to consume data from Google Cloud new york taxi tycoon topic, and send it to an on Premises Kafka topic.
martinKindall/frugal_passwords
Minimalist Password Manager Console based and without 3rd party libraries
martinKindall/github_actions_ecr_example
martinKindall/github_actions_vue
Simple example of github actions running on a toy vue project
martinKindall/helidon
Java libraries for writing microservices
martinKindall/java_features
martinKindall/spark_ml_and_nlp
Spark training examples of Machine Learning and Natural Language Processing, using Spark ML and Spark NLP libraries.
martinKindall/spring_boot_examples
martinKindall/terraform_ec2_freebsd
A small example for launching an EC2 instance on AWS using FreeBSD OS and running a small apache server.
martinKindall/terraform_iam_role_example
Example of AWS IAM role with trust policy and inline policy using terraform
martinKindall/vuestic-admin
Free and Beautiful Vue 3 Admin Template
martinKindall/xv6-public
xv6 OS