Skip to content

Instantly share code, notes, and snippets.

View stifskere's full-sized avatar
😵‍💫
Learning networking

Esteve Autet Alexe stifskere

😵‍💫
Learning networking
View GitHub Profile
@stifskere
stifskere / chrome-80-and-same-site-cookies.md
Last active January 17, 2025 13:58
Chrome 80 and Same-Site cookies

Chrome 80 and Same-Site cookies

Since the release of the Chrome 80 update, working with cookies became more difficult, from developing in localhost environments, to always requiring secure contexts.

I was developing a project of my own for an enterprise I have with a partner, we were developing both front-end and back-end. The back-end was already done, all we were missing was the front-end, but when we assumed everything was working we tried the dev release and the login button was actually successful, but we were being redirected back at login.

What happened?

@stifskere
stifskere / C tutorial.c
Last active July 28, 2024 23:36
A c english tutorial
/*
C Tutorial !!11!1!!1
This is a simple C tutorial to understand the basics of the language,
not including most of the linkable libraries or advanced compiler behavior.
*/
// Let's start with includes, includes let you concatenate
// a file to another file in your program, `.h` or header
// files are directly included on import, but there are
@stifskere
stifskere / PortfolioIntroduction.md
Last active May 12, 2024 13:26
Introduction to the gists section in my portfolio

HELLO :)

This is a Github Gist view, this file and all the other files you can see in here are hosted in github.

If you are seing this from github, go to https://memw.es

This view is limited to 500 characters, but you can still click to see the whole thing!

@stifskere
stifskere / C# Tutorial.cs
Last active February 21, 2025 19:58
Un tutorial de C# en español.
/*
C# Tutorial © 2024 by Esteve Autet Alexe is licensed under
Creative Commons Attribution-ShareAlike 4.0 International.
To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
*/
// LOS SIGUIENTES WARNING ESTAN DESHABILITADOS POR QUE ESTO ES UNA GUIA.
using System.Collections;
using System.Runtime.InteropServices;