Programming
Ctrlk
  • Programming
  • 01. Languages
    • JavaScript
    • Go Lang
    • Scala
    • Python
    • Primitives
  • 02. Tools
    • Git
    • Mac Setup
    • VS Code
  • 03. Paradigms
    • Functional Programming
    • FRP
  • 04. Design
    • Clean Code
    • SCIP
    • Design
    • Architecture
    • Practice
  • 05. Algorithms
    • Algorithms
    • Data Structures
    • Concurrency
  • 06. Testing
    • Testing
    • Performance
Powered by GitBook
On this page
  • Numbers
  • Strings and Unicode
  • Date Time
  • RegEx

Was this helpful?

  1. 01. Languages

Primitives

Numbers

  • What Every Programmer Should Know About Floating-Point Arithmetic

Strings and Unicode

  • http://utf8everywhere.org/

  • Emoji:

    • https://twitter.com/nikitonsky/status/1374708112272322568 - working with emoji thread.

    • Emoji under the hood, [русский]

Date Time

  • UTC is enough for everyone...right?

RegEx

  • https://regexone.com/ - упражнения

  • https://regexr.com/

  • http://www.txt2re.com/

  • https://jex.im/regulex/#!flags=&re=%5E(a%7Cb)*%3F%24

  • https://www.cheatography.com/davechild/cheat-sheets/regular-expressions/

PreviousPythonNextGit

Last updated 4 years ago

Was this helpful?