import './style.scss'; const SwimLane = (props) => ( <>

Featured Content

List of roadmaps mostly visited by the community. There are more roadmaps also.

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. There are more guides also.

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.

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