Skip to content

everyday.codes

personal blog by Michael Krasnov

  • feed
  • medium
  • about
  • night mode
  • search
  • search hide

Tag: feature

Structural Pattern Matching in Python: In-Depth Review

may 27, 2021 by michael krasnov | tags: feature
Structural Pattern Matching in Python: In-Depth Review

Python is a multipurpose language, beloved by data scientists and full stack engineers alike. It promotes clear and concise code, thanks to its syntactic sugarness and philosophy. In this article, I will explain in depth how the most anticipated Python feature works: structural pattern matching.

read more “Structural Pattern Matching in Python: In-Depth Review”

Deep dive into ES6 Symbols

january 14, 2020 by michael krasnov | tags: es6, feature, symbols
Deep dive into ES6 Symbols

ES6, released in 2015, introduced a lot of features: the class keyword, generators, const/let declarations and so on. But one feature that kind of went under the radar is the Symbol data structure. In this post, I will explain what ES6 Symbols are, why you might want to use it and how it works.

read more “Deep dive into ES6 Symbols”

Top Posts

  • Please stop using classes in JavaScript
  • 10 Advanced Python Interview Questions
  • React.useMemo and when you should use it
  • Create Custom Jest Matchers to Test Like a Pro
  • 7 really good reasons not to use TypeScript

archives

  • May 2021
  • February 2021
  • January 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • August 2019
  • July 2019
  • June 2019

categories

  • best-practices
  • code-review
  • collections
  • fuchsia
  • google
  • graphql
  • java
  • javascript
  • life
  • linux
  • mobile
  • news
  • open-source
  • python
  • react-native
  • tutorials
  • Uncategorized

michael krasnov (c)
linkedin | github | telegram

This website uses cookies to ensure you get the best experience on our website. Learn more