Last Updated: 8/12/2024
- Mocking out modules with the
jest.mock()andjest.fn()
Here are the steps we took to create The Jobinator new job openings detection service using a serverless Microsoft Azure Function App with a Discord Webhook to notify everyone and be the first to know about new positions to apply to on Instafluff's Coding Cafe on Twitch
If you're interested, you can learn about Microsoft Azure and their cool services I use to build projects like this at https://aka.ms/instafluff-social
Thank you to Microsoft Azure for sponsoring this stream on November 22, 2019!
| cmake_minimum_required(VERSION 3.14) | |
| project(Fraction) | |
| set(CMAKE_CXX_COMPILER clang++) | |
| set(CMAKE_CXX_STANDARD 17) | |
| set(CMAKE_CXX_FLAGS "-g -Wall") | |
| include_directories(.) |
| #!/usr/bin/python3.5 | |
| # -*-coding:Utf-8 -* | |
| import random | |
| import operator | |
| import time | |
| import matplotlib.pyplot as plt | |
| temps1 = time.time() |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |