Study Abroad best Guide for Students to find best colleges and universities abroad

How Python virtual environments work

After needing to do a deep dive on the venv module (which I will explain later in this blog post as to why), I thought I would explain how virtual environments work to help demystify them.Why do virtual environments exist?Back in my the day, there was no concept of environments in Python: all you had…

By |2023-03-14T08:15:07+00:00March 14th, 2023|Education|0 Comments

Virtual DOM is pure overhead (2018)

Let's retire the 'virtual DOM is fast' myth once and for all Rich Harris Dec 27 2018 If you've used JavaScript frameworks in the last few years, you've probably heard the phrase 'the virtual DOM is fast', often said to mean that it's faster than the real DOM. It's a surprisingly resilient meme — for…

By |2023-02-02T16:17:05+00:00February 2nd, 2023|Education|0 Comments
Go to Top