All Projects → Synkevych → developer-roadmap

Synkevych / developer-roadmap

Licence: other
Roadmap to becoming a better web developer in 2021

Projects that are alternatives of or similar to developer-roadmap

Google-IAP
Android Library for easing Google Play Billing to your apps with support for Subscriptions, In-App Purchases and Consumables with a beautiful sample app.
Stars: ✭ 129 (+578.95%)
Mutual labels:  2021
sketch
Sketch is an Elixir library for creating generative art.
Stars: ✭ 65 (+242.11%)
Mutual labels:  2021
react-developer-roadmap
React Developer Roadmap
Stars: ✭ 63 (+231.58%)
Mutual labels:  developer-roadmap
awesome-adventjs
🎅🎄 A collection of awesome resources related to the adventJS challenge https://adventjs.dev by @midudev
Stars: ✭ 45 (+136.84%)
Mutual labels:  2021
vue-developer-roadmap
Vue Developer Roadmap
Stars: ✭ 93 (+389.47%)
Mutual labels:  developer-roadmap
12306GoHome
2021年控制浏览器,自动抢票插件
Stars: ✭ 70 (+268.42%)
Mutual labels:  2021
Developer Roadmap
Roadmap to becoming a developer in 2021
Stars: ✭ 180,811 (+951536.84%)
Mutual labels:  developer-roadmap
developer-roadmap-kr-
2020년, 웹개발자가 되기 위한 로드맵 https://roadmap.sh
Stars: ✭ 80 (+321.05%)
Mutual labels:  developer-roadmap
mtad-gat-pytorch
PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
Stars: ✭ 85 (+347.37%)
Mutual labels:  2021
cissp
CISSP Study Materials PDF and Web Copy for 2021
Stars: ✭ 24 (+26.32%)
Mutual labels:  2021
Awesome-Black-Friday-Cyber-Monday-deals
2021 - Black Friday & Cyber Monday, Christmas & Holidays Deals for Developers, Techies, & Entrepreneurs,
Stars: ✭ 151 (+694.74%)
Mutual labels:  2021
upbit-trading-bot
암호화폐 트레이딩 봇 (feat. 업비트)
Stars: ✭ 30 (+57.89%)
Mutual labels:  2021
hacktoberfest2021
Add your any type of project related to programming! This is a beginner-friendly repository made specifically for Hacktoberfest that helps you get your first PR. Happy Hacking !!!!!
Stars: ✭ 21 (+10.53%)
Mutual labels:  2021
best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+14321.05%)
Mutual labels:  2021

Developer Roadmap 🧗

This document describes my current status and upcoming development milestones as a Software Engineer in 2021

Milestone Summary

🚀 OPEN    📉   6 / 7 goals completed (90%)   📅   Tue Aug 31 2021

Status Milestone Goals ETA (240h)
GitHub Actions 3 / 3 Apr 2021
Ruby under the hood 6 / 6 May 2021
Is Ruby on Rails Dead? 9 / 9 Jun 2021
AWS Basics 4 / 4 Jul 2021
🚧 Boring Front and End 0 / 1 Aug 2021
Personal development 2 / 4 2h / week
Light talk 1 Aug

Stage #️⃣1️⃣

GitHub Actions

Helps to automate software workflow with world-class CI/CD in Linux, macOS, Windows, ARM and containers. Provide live logs for easy find bugs and vulnerability. Has a lot of open source libraries for help to manage workflow.

  • Continuous Integration (CI) and Continuous Delivery (CD) concepts
  • Concepts of cache and containers
  • Setup CI for RoR project(with PostgreSQL, RSpec, Capybara, Webpacker)
Resources:

GitHub Action
Go Rails video
GitHub CI and CD to Firebase
Integration with Asana
Deploy to Heroku
Ruby on Rails project with customized Github CI

Ruby in depth

  • Rack on Ruby
  • DSL in Ruby
  • Data Structures 💖
  • Include, extend, prepend and difference between them
  • Metaprogramming what it is and how to use it
  • SOLID, GRASP, YAGNI, KISS, DRY etc
Resources:

How to use Rack Middlewares
Ruby data structures
What is Rack

Is RoR Dead?

To answer this question, I need to study in more detail the internal structure and all the charms of the RoR framework. Ruby on Rails is a tool that helps to quickly and efficiently implement the functionality that the customer wants. But like any tool, it can become a device that helps to do work more sophisticated and faster, or become a dangerous weapon. To understand the difference and also has some benefits: maintainability, readability, elegance, faster development, DRY code.

  • Naming variable and functions in programming
  • Global classes: Active Record, Active Job, Active Support, Active Cable, Active Storage, Action Mailer
  • Securing Sensitive Data(concepts and examples) 💖
  • RESTful API, REST vs GraphQL 💖
  • Authentication: JWT, OAuth 2.0
  • Caching with Rails
  • SQL queries in Rails
  • Isolation (database systems)
  • Rails Concepts
  • Create simple application using Active Cable + Redis
Resources:

Naming things
Чиcтый код - Роберт Мартин
Securing Sensitive Data in Rails
Catching with Rails
Rails Concerns
Caching with Rails Уровни изолированности транзакций для самых маленьких Realtime User Tracking

AWS Basics

Amazon Web Services launched in 2002 is the market leader in IaaS (Infrastructure-as-a-Service) and PaaS (Platform-as-a-Service) for cloud ecosystems, which can be combined to create a scalable cloud application without worrying about delays related to infrastructure provisioning (compute, storage, and network) and management. With AWS you'll find a complete set of highly available services which is designed to work together to build sophisticated scalable application delivered over the internet. You'll have on-demand access to highly durable storage, low-cost compute, high-performance databases and the tools to manage these resources all available with upfront costs only pay for what you use.

  • AWS Identity and Access Management (IAM)
  • Create different keys and folders
  • AWS Simple Storage Services (S3) 💖
  • Generate Access Keys and setup AWS S3 on Rails project
Resources:

AWS Basics for Beginners Full Course
AWS Certified Cloud Practitioner Study Guide Projecto

Boring Front and End

  • Pass interview as a Junior Fronted Developer

Content for repeat

  • WebSocket, HTTP, HTTPs, ftp, ssh
  • Currying and Composition
  • Promises, Async/Await, XMLHttpRequest, Yeld Function
  • Closures(local, global, block) and Scopes
  • Rest operator, Spread operator
  • React lifecycle methods
  • Error objects in JS
  • 3 different types of inheritance
  • bind, apply, call methods
  • CORS
Resources:

Job Interview Tasks
You dont know JS
freeCodeCamp open-source codebase
Basic info about React

Personal development

Focus on work, identifying my most productive hours throughout the day, and completing my most important tasks during those hours. Correct formulation of the problem and look at the problem from different angles, rethinking the task. Breaking the task down into small parts and setting the correct priorities for their implementation.

  • See tasks differently and think outside the box
  • Develop the ability to focus on one task
  • Become a better Stack Overflow user
  • Estimating task execution time
Resources:

The 7 Habits of Highly Effective People
Scrum. Навчись робити вдвічі більше за менший час
Оценка времени выполения задачи
Как способность фокусироваться на одной задаче может сделать вас продуктивнее
Гибкий ум. Как видеть вещи иначе и думать нестандартно

⌨️ Typing Speed - 50wps

Typing on the keyboard should be like breathing - precise and fast at the right moments.
Blind typing helps you focus on your work without thinking about the keys or looking at the keyboard. It will also help avoid spelling errors that are difficult to track down and not tracked in the IDE.

  • en 🇺🇸
  • uk 🇺🇦

Resources:
Typing Club

🌐 English - Intermidiate

English, English, English it is needed everywhere and one of the most important thing in this roadmap.

Resources:
Duolingo
Let's Master English with Coach Shane

Light talk

The main idea is to tell the audience something interesting from their own experience (for example, a hobby, a new technology, a previous trip) in 20-30 minutes. This presentation should not be very technical - so that it is interesting for all employees of the company.

🗣️ Presentation topic: Linux is everywhere – Facts everyone should know

What device are you reading this article on?

If it happens to be an Android smart device, you are using a machine running Linux at its core. The majority of web servers, including ours that is serving you this page, and cloud infrastructure are Linux-based as well. “So, what is Linux, some piece of internet software?” the uninitiated might ask.

Well, Linux isn’t found just in your smartphone or on the internet, it’s probably present in your car as well, be it an Audi, Honda, or Mercedes. Not impressed yet?

How about this – all of the world’s top 500 supercomputers use Linux as their OS. It also powers most of the software behind the US Department of Defense, Amazon, Instagram, and Wikipedia, to name just a few.

So, is Linux an operating system? Yes, Linux it is one of the most powerful operating systems in the world! And it powers much more of the global technology than most people give it credit for. Linux is clearly much more present in our lives than we realize, but it tends to get overshadowed by its bigger, older cousins Windows and Macintosh. As a result, relatively few people know much about it, and some have never even heard of it.

Resources:

111+ Linux Statistics and Facts – Linux Rocks!
Linux vs Unix – What’s the Difference?
What is Linux: Definition, History, Significance, Perks, and Pitfalls
Presentation

Stage #️⃣2️⃣

🌱 Idea for the future milestones

Show all ideas

👨‍💻 Back-end

  • Web Serves: Nginx, Apache 💖
  • Docker and containerization strategy
  • Message Brokers: RabbitMQ, Apache Kafka
  • Search Engines: ElasticSearch, Solr, Sphinx
  • GOF Design Patterns, Architectural Patterns, Different Testing techniques 💖

🧑‍🔧 DevOps

  • OSI Model. TCP/IP/UDP Common ports 💖
  • Knowledge about different file systems 💖
  • Setting up a Reverse Proxy (Ngnix, ...)
  • Setting up caching Server (Squid, Nginx, ...)
  • Setting up a load balancer (HAProxy, Nginx, ...) 💖
  • Setting up a firewall
  • TLS, STARTTLS, SSL, HTTPS, SCP, SSH, SFTP
  • Postmortem analysis when something bad happens

Golang 🇬.🇴

Created by Google in 2009 Go programming language do what Google does: performant web applications at scale. Go is the most powerful, performant, and scalable programming language today for creating web application, web API's, microservices and other distributed services.

Resources:
[Udemy course] (https://www.udemy.com/course/go-programming-language)
[Golang web dev] (https://github.com/GoesToEleven/golang-web-dev)

2022 FTL Roadmap September 2021 - February 2022

Ruby and Rails Stack

  • GOF Design Patterns - book
  • Docker in Rails application: dockerize some rails application
  • ElasticSearch - deep dive

Other

  • Web Serves Nginx: setup Nginx for some rails application
  • RabbitMQ, Apache Kafka - read what it is and where you can use it
  • OpenStack and Ansible
  • Python - course: CodeCademy
  • Presentation: Web Serves vs Application Servers, Databases in 2022, What is postgraduation in Ukraine

Resources: Elasticsearch Docker GraphQL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].