Skip to content

Instantly share code, notes, and snippets.

View hpiaia's full-sized avatar
◼️
keep on hackin' in the free world

Humberto Piaia hpiaia

◼️
keep on hackin' in the free world
View GitHub Profile
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
~ update in-place
- destroy
Terraform will perform the following actions:
# module.ecs_events.aws_cloudwatch_event_target.ecs_events_deployment_logs will be created
+ resource "aws_cloudwatch_event_target" "ecs_events_deployment_logs" {
+ arn = (known after apply)
@hpiaia
hpiaia / README.md
Created March 7, 2024 17:17
deel-contracts-hometask

DEEL BACKEND TASK

💫 Welcome! 🎉

This backend exercise involves building a Node.js/Express.js app that will serve a REST API. We imagine you should spend around 3 hours at implement this feature.

Data Models

All models are defined in src/model.js

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am hpiaia on github.
  • I am hpiaia (https://keybase.io/hpiaia) on keybase.
  • I have a public key ASAlqN3NhOcRW8KztJYB_5gG_2X3rXdLXrUaWcPDQ-OaOAo

To claim this, I am signing this object:

const puppeteer = require('puppeteer');
const users = require('./users.json');
(async () => {
const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.goto('https://<pfsense-address>');
await page.type('#usernamefld', 'admin');