Like many educators, I have strong feelings about the abundance of artificial intelligence now used in schools. Some teachers choose to take a Gandalf approach to AI and declare that it “SHALL NOT PASS!” the doors to their classroom.| eSchool News
How can you move forward without getting lost in abundance? Discover my keys to finding inspiration and making informed decisions.| Dominique Ara
For nearly 12 years the Porter Cable 7424 was the only decent dual-action car polisher available. In fact, it was the first true consumer car polisher on the market. That...| Ultimate Guide to Detailing
Learn how to choose curtains for your living room with our comprehensive guide. Discover tips and styles to enhance your décor and create a cozy, stylish space.| Royal Sprinter
With the ever-increasing growth of the Internet, it is obvious that all services are being put under immense pressure. Email servers, social networks, file sharing servers and other vital services are seeing fast increasing and voluminous traffic everyday. Based on how a system responds to increasing usage, they are classified as fragile, robust and anti-fragile … Continue reading "Fragile, robust and anti-fragile systems" The post Fragile, robust and anti-fragile systems appeared first on ...| Tech 101
I am writing this post during the COVID-19 lockdown. Companies have found ways to enable employees to work from home. While 100% remote work does not work for manufacturing industry, there is no problem with full blown remote work for soft service industries like information technology, digital content production (text, audio, video), live online coaching … Continue reading "Remote work: Tools and best practices" The post Remote work: Tools and best practices appeared first on Tech 101.| Tech 101
The Agile method of software development took the software world by storm in early 2000s. It has continued to grow significantly in the last two decades. So much has it grown that its predecessor, the waterfall model, is now seen as an outdated Jurassic method of approaching software. Very few companies still stick to the … Continue reading "Beware of 100% Agile" The post Beware of 100% Agile appeared first on Tech 101.| Tech 101
In post about time complexity last fortnight, we saw how we can choose the fastest among multiple algorithms by evaluating their time complexities. Sometimes speed may not be our concern, but rather conserving space inside a tiny device. So we may opt for an algorithm that takes up less space while executing. The space taken … Continue reading "Is my algorithm gobbling space?: Understanding space complexity" The post Is my algorithm gobbling space?: Understanding space complexity appeared f...| Tech 101
A software application is a combination of algorithms working together to do tasks for you. But how can we determine which algorithm to use for a specific problem? One way to choose is by evaluating the time that an algorithm will take to solve a problem and how much memory it will consume. To objectively … Continue reading "How long will my algorithm take?: Understanding time complexity" The post How long will my algorithm take?: Understanding time complexity appeared first on Tech 101.| Tech 101