Skip to content

Instantly share code, notes, and snippets.

View kofesto's full-sized avatar
:electron:

koffi seglo kofesto

:electron:
View GitHub Profile
@kofesto
kofesto / GitCommitEmoji.md
Created September 2, 2024 07:49 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
AWSTemplateFormatVersion: 2010-09-09
Resources:
OrdersTable:
Type: AWS::DynamoDB::Table
Properties:
TableName: AuthorsTable_prod
AttributeDefinitions:
- AttributeName: "AuthorName"
AttributeType: "S"
- AttributeName: "BookTitle"
@kofesto
kofesto / Description.md
Created April 5, 2021 02:45 — forked from TejasQ/Description.md
⬢ G2i NodeJS Test

⬢ G2i NodeJS Test

Messaging acronyms are everywhere now. Do you know all of them?

Build a REST API for the World Texting Foundation, also known as WTF.

A sample JSON data file will be provided with a base set of acronym definitions. We expect you to create a NodeJS server using modern best practices for API development. Please consider the recommendations attached as this will list the items we are looking for above.