- You don’t talk about Fight Club
- Solve problems at your pace
- You’ll get a coin 🪙 for every problem solved
- Special problems gives you 3 coins 🪙🪙🪙
- Guaranteed swag on your first coin
- Swag on the 15’st coin mark
- Special swag to every finisher
- Special swag to the first place (time + coins)
Create a simple function that prints a welcome message, get creative and use a custom message
Print numbers from 1 to 100, replacing multiples of 3 with “Fizz” and multiples of 5 with “Buzz.”
Create a function that calculates the factorial of a given positive integer.
Write a function that checks if a given string is a palindrome (reads the same backward as forward).
Write a function that returns the next palindrome number in the odometer based on a given mileage.
Create a simple API that have two endpoints (get user, get users) that retrieves information about a collection of users and a specific user
Create a simple API that have one endpoint (insert user) that receives information about a users and retrieves a generated id and the count of users inserted
Create a simple API that have one endpoint (remove user) that receives id from a user list
Consolidate all endpoints in one simple API and make sure all endpoints are connected
Create a web site that consumes the cat facts from https://catfact.ninja/ displays a list and shows a specific page if you click in a list item
Create a simple function that prints a welcome message, get creative and use a custom message
Create a piece of code to create a resource group in your Azure subscription
Create a piece of code that takes a sample file and upload it to a storage account
Create a piece of code that consume and display the value from a secret stored in Azure Key Vault
Create some resources (of your choice) create a local web page to display data from the resource group and destroy the RG from the page
Take the provided legacy code and add the explanation of the piece of code
Create a function that takes the full name and the birthdate and create the RFC based on it. Then create unit testing for this function
Create a sudoku game in the language of your preference. Migrate that game to a different language
Use the provided legacy code, and optimize it to better code quality and/or performance
Create and deploy a website to manage Cat Profiles (Name, Age, breed, photo and description). Consider this pages (Add cat, Delete cat, show cat info (swipe left and right is a plus), and search for a specific cat)