view src/index.html @ 7:68f4d00bd3b7

Change list order and add tiktok
author Dennis C. M. <dennis@denniscm.com>
date Mon, 17 Mar 2025 10:13:34 +0000
parents ea6fab715bf5
children 4c64fea046f7
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Dennis C. M.</title>
    <link rel="stylesheet" href="style.css">
</head>

<body>
    <main>
        <h1>Dennis C. M.</h1>
        <h2>Programmer</h2>
        <h3>Active projects:</h3>
        <ul>
            <li>I'm building <a href="https://github.com/dennis-micros" target="_blank">Dennis Micro Computers</a>, a
                platform dedicated to teaching programming for STM32 microcontrollers.</li>
            <li>I have a <a href="https://www.youtube.com/@denniscm6" target="_blank">Youtube channel</a> where I
                share my programming journey along with my hobbies.</li>
            <li>I stream on <a href="https://www.twitch.tv/denniscmartin" target="_blank">Twitch</a> from Monday to
                Thursday at 14:00
                GMT. I mostly share the development of Dennis Micro Computers and sometimes play some games.</a>
            </li>
        </ul>
        <h3>Projects:</h3>
        <ul>
            <li><a href="https://github.com/denniscmcom/EVB-A32QS1-RFRG" target="_blank">EVB-A32QS1-RFRG: </a> A GNSS
                receiver development board based on a STM32
                MCU.</li>
            <li><a href="https://github.com/denniscmcom/EVB-A32M1-F" target="_blank">EVB-A32M1-F: </a> A small STM32F0
                development board with the same dimensions
                as the Raspberry Pi Pico.</li>
            <li><a href="https://github.com/denniscmcom/EVB-A32S1-M" target="_blank">EVB-A32S1-M:</a> A electronic speed
                controller based on a STM32 MCU.</li>
            <li><a href="https://github.com/denniscmcom/logic-led" target="_blank">Logic LED:</a> My first Arduino
                project. A simple circuit to interact with
                logic gates.</li>
            <li><a href="https://github.com/denniscmcom/hey" target="_blank">Hey!:</a> Hey! is a simple TCP streaming
                app developed in C using POSIX
                APIs. Both client and server are containerized using Docker.</li>
            <li><a href="https://github.com/denniscmcom/algo-animator" target="_blank">Algo Animator:</a> An interactive
                program to visualize sorting algorithms.
                Developed in C using OpenGL, GLUT, and FreeType.</li>
            <li><a href="https://github.com/denniscmcom/maze-solver" target="_blank">Maze Solver:</a> A maze solver
                written in C.</li>
            <li><a href="https://github.com/denniscmcom/geoquiz" target="_blank">Geoquiz:</a> A geography game for iOS
                written in SwiftUI.</li>
            <li><a href="https://github.com/denniscmcom/bitcaviar-plus" target="_blank">Bitcaviar Plus:</a> A Bitcoin
                blockchain parser written in Python.</li>
            <li><a href="https://github.com/denniscmcom/finance-parser" target="_blank">Finance Parser:</a> Serverless
                parser to extract information from financial
                reports using AWS Step Functions, AWS S3, AWS Api Gateway, AWS Textract, AWS DynamoDB and Eventbridge.
            </li>
            <li><a href="https://github.com/denniscmcom/tweet-analysis" target="_blank">Tweet Analysis:</a> Serverless
                app to fetch & analyse tweets using AWS
                Comprehend.</li>
            <li><a href="https://github.com/denniscmcom/simoleon" target="_blank">Simoleon:</a> A currency converter app
                for iOS written in SwiftUI.</li>
            <li><a href="https://github.com/denniscmcom/python-black-scholes" target="_blank">Python Black Scholes:</a>
                A command line utility to calculate the
                theoretical call and put price of an European option using the black-scholes method.</li>
            <li><a href="https://github.com/denniscmcom/stock-charts" target="_blank">Stock Charts:</a> A library to
                display interactive charts in SwiftUI.</li>
            <li><a href="https://github.com/denniscmcom/lazybear" target="_blank">Lazybear:</a> My first iOS app and
                programming project.</li>
        </ul>
        <h3>Hobbies:</h3>
        <ul>
            <li>Programming.</li>
            <li>Photography.</li>
            <li>Boxing.</li>
        </ul>
        <h3>Links:</h3>
        <ul>
            <li><a href="https://www.twitch.tv/denniscmartin" target="_blank">Twitch.</a></li>
            <li><a href="https://www.youtube.com/@denniscm6" target="_blank">Youtube.</a></li>
            <li><a href="https://www.instagram.com/denniscmartin/" target="_blank">Instagram.</a></li>
            <li><a href="https://www.tiktok.com/@denniscmcom/" target="_blank">Tiktok.</a></li>
            <li><a href="https://github.com/denniscmcom" target="_blank">Github.</a></li>
            <li><a href="#" target="_blank">dennis [at] denniscm [dot] com</a></li>
        </ul>
    </main>
</body>

</html>