PinnedAdapting One Old UI Components Library To Work In TypeScript CodeTHE first public version of TypeScript appeared more than 7 years ago. Since that time it grew up and brought many incredible features for developers. Today it slowly becomes a standard in the JavaScript world. Slack, AirBnB, Lyft, and many others add TypeScript into their tech stack. Teams use TypeScript…Typescript10 min readTypescript10 min read
Published inMiro Engineering·Jan 30Announcing the new SpellChecker app for MiroHow Miro’s engineers quickly developed a powerful, sought-after app to improve the experience of Miro customers. At Miro, our engineering team is always looking for ways to improve the product for our customers. One of the most highly requested features has been the ability to check the spelling of text…Apps3 min readApps3 min read
Feb 5, 2021From RhinoJS To NodeJS. Enhanced With worker_threads 🚀I want to share a story of migration from RhinoJS to the NodeJS environment. We successfully extracted Javascript code into a dedicated NodeJS service and put the application into our Kubernetes stack configuration. Moreover, we set up parallel execution using the worker_threads module, which is the built-in NodeJS module. I…Nodejs14 min readNodejs14 min read
Oct 26, 2020Learn To Develop The Code: My Way8 YEARS ago I got my first job and it was a full stack position in some small outsource company. I knew almost nothing and I was spending much time understanding what was going on on both ends frontend and backend. Since that time, I have put my focus on…It8 min readIt8 min read
Mar 25, 2020What I Learned From My Contribution to AngularANGULAR 9 has come, and you might notice my name in the commit history. This was the first time I contributed to such a big and widely-used project. The journey appeared to be easy enough and very exciting! Was it so? Let me tell you the story. In our company…Angular10 min readAngular10 min read
Oct 24, 2019Member-onlyMastering GitHub packages like a proTHE other day I got an email from GitHub informing me that I was granted access to GitHub Packages feature. It was the news I had been waiting for a while as I saw they started beta testing months ago. I really love the way GitHub aggregates code-related services inside…Github7 min readGithub7 min read
May 22, 2019Member-onlyMake Redux Store Magic With Some OOP ApproachIT’S being a while since we started using Typescript in our project (thanks God!) and in fact it offers own way to develop applications. The thing is that ES6 and Typescript offer your code to be more object-oriented. Some people prefer more functional programming in JS but I feel like…Redux4 min readRedux4 min read