Skip to content
View Dynotum's full-sized avatar
:octocat:
💻 🖱️
:octocat:
💻 🖱️
Block or Report

Block or report Dynotum

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

Hello, I'm Carlos "Dyno" Sedano 🧙🏻‍♂️

Tech Enthusiast | Computer Engineer


Dino

LinkedIn Twitter


🤔 About

  • Working : Software Developer at Oracle 💻 🔴
  • Hobbies : Videogames 🕹️ | Soccer ⚽ | Barbering 💈
  • Ask me about : Anything!, I'm happy to help ✌️

✨ Visitors

VisitorCount

Pinned

  1. mandala-game mandala-game Public

    This Mancala game project was made with Spring-boot and ReactJS. It focused specifically on the backend using DTO pattern. The mancala games are a family of two-player turn-based strategy board gam…

    Java 2

  2. euro-tracker-nexpay euro-tracker-nexpay Public

    This project was built with an external API called Twilio for sending Whatsapp messages. Programming language is Java Core, Spark framework for REST calls, and Selenium.

    Java 1

  3. Command-Pattern Command-Pattern Public

    You probably have heard of behavioral patterns by now. Behavioral patterns are concerned about the interaction of objects. While there are about 12 design patterns that belong to behavioral pattern…

    Java

  4. ISBN-Validator ISBN-Validator Public

    ISBN Validator using Test-Driven Development (TDD). JUnit, Mockito as a testing frameworks. This little project was implemented following the ISBN rules as ISBN-10 check digits and ISBN-13 check di…

    Java

  5. Decorator Decorator Public

    The Decorator is a structural pattern used to add new responsibilities to an object dynamically without extending functionality. That lets you dynamically change the behavior of an object at runtim…

    Java

  6. Readability-Score Readability-Score Public

    The first one is Flesch–Kincaid readability tests. To calculate this, you also need to create a method that calculates a number of syllables in a word. The formula is listed below. You can learn mo…

    Java