Skip to content
View tlcoles's full-sized avatar
😀
Exploring
😀
Exploring

Highlights

  • Pro

Block or report tlcoles

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

Pinned Loading

  1. nodejs-chatgpt-tutorial nodejs-chatgpt-tutorial Public

    Using a freeCodeCamp tutorial, build a chatbot using ChatGPT and Node.js

    JavaScript

  2. Challenge-13-eCommerce-Backend Challenge-13-eCommerce-Backend Public

    The student assignment of the ESMT Coding Boot Camp is to build the backend for an e-commerce site, using Express.js, Sequelize, and a MySQL database.

    JavaScript

  3. regex-tutorial.md regex-tutorial.md
    1
    # A quick guide to understanding regex
    2
    For this week's challenge of the ESMT Coding Boot Camp, I explain regular expressions, commonly known as regex. I will draw from diverse online resources, which I will link to for your further research, and I will detail the parts of a regex using **a specific example of a regex for URL**. 
    3
    
                  
    4
    Not interested in the history of regex or key definitions? [Click here](#tutorial) to skip directly to the tutorial.
    5
    ## Table of Contents
  4. Challenge-12-Employee-Tracker Challenge-12-Employee-Tracker Public

    Part of the ESMT Coding Boot Camp. The assignment is to build a command-line application to manage an employee database using Node.js, Inquirer, and MySQL.

    JavaScript

  5. Challenge-14-Tech-Blog Challenge-14-Tech-Blog Public

    A ESMT Coding Boot Camp assignment. The challenge is to create a CMS-style blog allowing posts and comments. It requires following the MWC paradigm, using Javascript and Handelbars plus packages su…

    CSS

  6. challenge-18-social-network-api challenge-18-social-network-api Public

    An assignment of the ESMT Coding Boot Camp. The challenge is to build an API for a social network web application for users to share thoughts, reactions, and create friend connections. The exercise…

    JavaScript 1