Skip to content

Instantly share code, notes, and snippets.

@I90Runner
I90Runner / laravellocal.md
Created March 29, 2018 02:41 — forked from hootlex/laravellocal.md
Run laravel project locally

##Windows users:

cmder will be refered as console

##Mac Os, Ubuntu and windows users continue here:

  • Create a database locally named homestead utf8_general_ci
@I90Runner
I90Runner / List.md
Created March 30, 2018 02:37 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):

@I90Runner
I90Runner / List.md
Created March 30, 2018 02:37 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):

@I90Runner
I90Runner / DiagnoseRedisErrors-ClientSide.md
Created November 26, 2018 17:54 — forked from JonCole/DiagnoseRedisErrors-ClientSide.md
Diagnosing Redis errors caused by issues on the client side

Diagnosing Redis errors on the client side

Customers periodically ask "Why am I getting errors when talking to Redis". The answer is complicated - it could be a client or server side problem. In this article, I am going to talk about client side issues. For server side issues, see here

Clients can see connectivity issues or timeouts for several reason, here are some of the common ones I see:


Memory pressure

@I90Runner
I90Runner / purge_frontdoor_cdn.yml
Created August 11, 2022 03:12 — forked from jyotsnaravikumar/purge_frontdoor_cdn.yml
Programmatically Purge Frontdoor CDN
## Programmatically Purging Azure Frontdoor CDN With AzDevops
1. Create a Azure Service Connection by creating a service principal so that devops process has access to perform pruging operation on frontdoor resource
1. Create a App Registration -> as spn-devops-dev
2. Goto Certificates and Secrets -> Add secret , note the ApplicationId and Secret
3. Goto Frontdoor instance -> open Access Control (IAM) -> Add Role Assignment -> Role as "Contributor" -> Assign Access To-> "user, groups or service principal" -> Select -> search for service principal spn-devops-dev -> Select
4. Note the Azure Service Connection name - as mymap-dev-service-connection
2. Add environment variables for Azure FrontDoor, ResourceGroup and Service Connection
3. Add a purging step which depends on the successly deploy. This ensure the cdn cache is refreshed with newer contents from the build after every build.