tech/webdev magazine

November 4, 2021

Why SOLID principles are still the foundation for modern software architecture

Thursday, November 04, 2021 Teklinks

The SOLID principles are a time-tested rubric for creating quality software. But in a world of multi-paradigm programming and cloud computing, do they still stack up? I’m going to explore what SOLID stands for (literally and figuratively), explain why it still makes sense, and share some examples of how it can be adapted for modern computing.

Full article

How to Customize Styles in Material UI Components

Thursday, November 04, 2021 Teklinks

In my current web app development project, my team has been using Material UI to develop UI components. Material UI proved to be an extremely useful library for React projects. It provides thoughtfully designed ready-to-use components for common use cases.

Full article

5 diagrams that show how context switching can sap your productivity

Thursday, November 04, 2021 Teklinks

Ever finish a workweek in a state of total exhaustion but you weren’t sure why? You had your usual amount of sleep. You didn’t work any extra hours. You didn’t even experience more stress than usual. But for some reason, by Friday afternoon, you’re ready to go to bed and not get up until Sunday. One possible explanation is that your context-switching tax was too high throughout the week.

Full article

November 1, 2021

How to Use Empathy When Reading Others' Code

Monday, November 01, 2021 Teklinks

Many times, I’ve read through someone else’s code while raging internally. There are also plenty of times where I was reading code and having mean thoughts before I realized the code was my own. I realized I wouldn’t want anyone voicing these thoughts about my code.

Full article

5 Methods to Reduce JavaScript Bundle Size

Monday, November 01, 2021 Teklinks

Today, we use JavaScript heavily in web development, and we can find many applications with large bundle sizes. However, beyond a certain limit, it starts to affect the application performance.

Full article

How to Create a Stocks Watchlist on Google Finance

Monday, November 01, 2021 Teklinks

If you’re curious about the stock market or are an investor yourself, you know how volatile the market can be. Since most of us aren't experienced stock traders, you might want a simple and convenient way to track your investments and the news that affect them.

Full article

October 31, 2021