Skip to content

Instantly share code, notes, and snippets.

View tolyod's full-sized avatar

anatoliy.poloz tolyod

View GitHub Profile
@tolyod
tolyod / #BuildiOSWithGitHubAction.md
Created March 16, 2025 00:45 — forked from huynguyencong/#BuildiOSWithGitHubAction.md
Script to build iOS and deploy it to TestFlight using GitHub action

When merging code to build/test-flight branch, it is built and uploaded to TestFlight automatically by GitHub Action.

Set up/update the following secrets:

  • CERTIFICATES_FILE_BASE64: Base64 of the App Store distribution certificate.
  • CERTIFICATES_PASSWORD: App Store distribution certificate password.
  • APPSTORE_ISSUER_ID: App Store Connect API key's issuer ID.
  • APPSTORE_KEY_ID: App Store Connect API key's key ID.
  • APPSTORE_PRIVATE_KEY: App Store Connect API key's private key (raw p8 file).
@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
@tolyod
tolyod / clojure-beginner.md
Created October 17, 2021 07:02 — forked from yogthos/clojure-beginner.md
Clojure beginner resources

Introductory resources

@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 / 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