Skip to content
View crrmacarse's full-sized avatar
✍️
@ bitbucket
✍️
@ bitbucket

Organizations

@panay-group
Block or Report

Block or report crrmacarse

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

Hi there πŸ‘‹, I'm Christian. Nice to meet you 😁

My name is Christian Ryan R. Macarse. A Computer Science graduate who is currently working as a Senior Software Engineer at Cogitate.

Interested to know more? check out my portfolio website!

My Latest Open Source Projects

Preferred Languages

Notable Frameworks & Libraries

Usual Dev Ops Tools

Christian's github stats

Top Languages

Get in touch with me via: Twitter / LinkedIn / [email protected]

Pinned

  1. crrmacarse.github.io crrmacarse.github.io Public

    Portfolio Website ⚑

    TypeScript 1

  2. webpack-ts-react-boilerplate webpack-ts-react-boilerplate Public template

    Boilerplate from http://crrmacarse.github.io/ build. It includes initialization for i18n, redux, bundle optimizers, analytics; pipelines; service workers, lint, jest, firebase, dark mode and more!

    TypeScript

  3. api api Public

    A feature-rich Personal NodeJS Server where I experiment with javascript and server stuff

    TypeScript

  4. adonis-react-ts-boilerplate adonis-react-ts-boilerplate Public template

    A full stack AdonisJS boilerplate with a pre-configured webpack for React-TS(+SSR).

    JavaScript 2

  5. crdlrshp crdlrshp Public

    A simple C# Application AKA a reason to explore OOP structure and .NET framework

    C#

  6. Dark Mode hook Dark Mode hook
    1
    import { useEffect, useState, useMemo } from 'react';
    2
    
    
    3
    /**
    4
     * Theme Toggler
    5
     */