Skip to content

Instantly share code, notes, and snippets.

View soorepalli's full-sized avatar
🎯
Focusing

Raja Ramesh SP soorepalli

🎯
Focusing
  • Bangalore
View GitHub Profile
@leonardofed
leonardofed / README.md
Last active March 14, 2025 18:19
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@karelbemelmans
karelbemelmans / docker-compose.yml
Created March 6, 2016 21:46
A Docker compose file to create a Drupal 8 with MySQL stack, useable for local development.
# Basicly taken from:
# https://github.com/docker-library/drupal/issues/3#issuecomment-153775540
#
# Volume containers are the way to go.
version: '2'
services:
drupal:
image: drupal:8
links: