Skip to content

Instantly share code, notes, and snippets.

View tolyod's full-sized avatar

anatoliy.poloz tolyod

View GitHub Profile
@tolyod
tolyod / python-es6-comparison.md
Created February 15, 2018 22:32 — forked from revolunet/python-es6-comparison.md
# Python VS ES6 syntax comparison

Python VS ES6 syntax comparison

Python syntax here : 2.7 - online REPL

Javascript ES6 via Babel transpilation - online REPL

Imports

import math
@tolyod
tolyod / jQuery_and_others__frontend.md
Created January 17, 2021 16:52 — forked from alexbaumgertner/jQuery_and_others__frontend.md
Интервью о фронтенде и jQuery: Александр Баумгертнер [Хекслет]

youtube

Вопросы

  • Используется ли сейчас jQuery, жив ли он и на каких проектах применяется?
  • Что сейчас происходит во фронтенде?
  • Какие инструменты нужно изучать разработчикам, чтобы повысить свой грейд?
@tolyod
tolyod / clojure-beginner.md
Created October 17, 2021 07:02 — forked from yogthos/clojure-beginner.md
Clojure beginner resources

Introductory resources

@tolyod
tolyod / clojure-learning-list.md
Created January 10, 2023 08:24 — forked from ssrihari/clojure-learning-list.md
An opinionated list of excellent Clojure learning materials

An opinionated list of excellent Clojure learning materials

These resources (articles, books, and videos) are useful when you're starting to learn the language, or when you're learning a specific part of the language. This an opinionated list, no doubt. I've compiled this list from writing and teaching Clojure over the last 10 years.

  • 🔴 Mandatory (for both beginners and intermediates)
  • 🟩 For beginners
  • 🟨 For intermediates

Table of contents

  1. Getting into the language