Skip to content

Instantly share code, notes, and snippets.

View galrito's full-sized avatar
🎯
Focusing

Jorge Galrito galrito

🎯
Focusing
View GitHub Profile
@galrito
galrito / kiota-deserializer-php.json
Created September 13, 2024 21:06
JSONServer database for use as an example
{
"products": [
{
"id": 1,
"name": "Product number one",
"price": 2.56
},
{
"id": 2,
"name": "Product number two",

Keybase proof

I hereby claim:

  • I am galrito on github.
  • I am galrito (https://keybase.io/galrito) on keybase.
  • I have a public key ASDOxljdUuWVIvorFRpbas8yxjYgYhP9mCAYVpr3DhrrFgo

To claim this, I am signing this object:

@galrito
galrito / test.html
Created May 8, 2019 23:30
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@galrito
galrito / test.md
Created May 8, 2019 23:29
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}