tech/webdev magazine

April 4, 2019

The Science of Product Management

Thursday, April 04, 2019 Teklinks

Over the past five years, I’ve trained over 5000 Product Managers who were new to the field. These have been at large companies, small companies, online, in person. The works. While the work has been incredibly rewarding, it’s also left me conflicted.

Full article

April 2, 2019

From front-end developer to a DevOps: An intro to CI/CD

Tuesday, April 02, 2019 Teklinks

There’s plenty of educational materials, courses, and tutorials. Every day, endless blog posts and articles sprout like mushrooms after rain. Anyone who wants to become a homegrown pro has access to everything they need — usually for free.

Full article

Top 21 Angular Interview Questions | Theory and Practice for 2019

Tuesday, April 02, 2019 Teklinks

Angular, one of the go-to solutions for today’s front-end development, is a powerful tool loved by many developers. Introduced just a few years ago, in 2016, it took the web development world by storm: the Angular team at Google utilized all of their knowledge to design the best framework for creating web applications. Today, Angular, along with React and Vue.js, dominates web development.

Full article

March 31, 2019

Building Real-Time Charts With GraphQL And Postgres

Sunday, March 31, 2019 Teklinks

There is no better way to understand data than by visualizing it with charts and diagrams. The JS community has some great open-source projects that make data visualization easier, however, there has not been a go-to solution for building real-time backends that can back these charts and make them real-time.

Full article

How to create a dark\light mode switch in CSS and Javascript

Sunday, March 31, 2019 Teklinks

To achieve this result, we are going to define all our project colors using CSS custom properties; and then, when a specific data attribute (or you can use a CSS class) is added to the body element, we update all these CSS variables with their new dark-theme values.

Full article