import { FeaturedContentWrap } from './style'; const FeaturedContent = (props) => ( <>

Featured Content

List of roadmaps mostly visited by the community  View all Roadmaps →

Frontend Developer

Step by step guide to becoming a modern frontend developer in 2019

Backend Developer

Step by step guide to becoming a modern backend developer in 2019

DevOps Roadmap

Step by step guide to become an SRE or for any operations role in 2019

List of most visited guides  View all Guides →

Design Patterns for Humans

A language agnostic, ultra-simplified explanation to design patterns

Learn Regex

An easy to understand guide on regular expressions with real world examples

Bash Guide

Easy to understand guide for bash with real world usage examples.

DNS in One Picture

Quick illustrative guide on how a website is found on the internet.

Using React Hooks

Start using React hooks in your react applications today with this guide.

HTTP Caching

Everything you need to know about web caching

List of most visited Journeys  View all Journeys →

Kamran Ahmed

Engineering Lead at Al-tayer

Aras Atasaygin

Engg. Manager at Al-tayer

Dan Abramov

Co-founder and CTO at Blink

Chris Coyier

Co-founder of Codepen

); FeaturedContent.defaultProps = { className: '', }; export default FeaturedContent;