Skip to content

Instantly share code, notes, and snippets.

@cweilouis
cweilouis / README.md
Created April 17, 2025 01:45
Free Activation Code for JetBrains Products

My greetings, for everyone.

How to activate any JetBrains products with 3.jetbra.in?

First we need to visit this website

https://3.jetbra.in

Click the first link with Online status, by default is ipfs.io

Screenshot 2024-12-28 at 19 22 31

@voronkovich
voronkovich / unit-of-work.php
Created October 28, 2018 16:36
Unit of work example
<?php
class Tweet
{
private $id;
private $content;
public function __construct(int $id, string $content)
{
$this->id = $id;