Skip to content

Instantly share code, notes, and snippets.

View atipezda's full-sized avatar
🙅
DEEP WORKING

atipezda

🙅
DEEP WORKING
View GitHub Profile
@atipezda
atipezda / heroku-auto-set-env.md
Created September 20, 2023 10:46 — forked from Godofbrowser/heroku-auto-set-env.md
Heroku auto set env (for laravel and apps using .env files)

$ cd <application name>

Where is the dir where you have the .env file.

heroku config:set $(cat .env | sed '/^$/d; /#[[:print:]]*$/d')

@atipezda
atipezda / AcceptanceHelper.php
Created February 16, 2021 05:13 — forked from pastuhov/AcceptanceHelper.php
codeception page load wait helper
<?php
namespace tests\codeception\common\_support;
use Codeception\Exception\ModuleException;
/**
*
*/
class AcceptanceHelper extends \Codeception\Module
@atipezda
atipezda / _mediaqueries.scss
Created February 3, 2021 23:04 — forked from iamravenous/_mediaqueries.scss
Sass mobile-first media queries mixins
/*
* Sass mobile-first media queries mixins
* @author Franco Moya - @iamravenous
*/
/* Breakpoints list map based on Bootstrap 4 grid */
$breakpoints: (
xs: 0,
sm: 544px,
@atipezda
atipezda / cloudSettings
Last active January 19, 2020 21:56 — forked from samdenty/README.MD
VS Code CSS addition to increase readability on file tree.
{"lastUpload":"2020-01-19T21:56:42.123Z","extensionVersion":"v3.4.3"}