Blog


Fischer's Linear Discriminant Analysis in Python From Scratch

Learn about Fisher's LDA and implement it from scratch in Python.

Machine LearningPythonLinear Algebra

Filtering Rows and Columns in Pandas Python — techniques you must know

PythonPandasData Analysis

A Practical Guide To Become a Senior Frontend Developer

An actionable roadmap to becoming a senior front end developer by enhancing your skills in whether you are using react or angular or vuejs.

Front End DevelopmentJavaScriptProgramming

32+ funny Code Comments that people actually wrote

Well, This writing will show you how code commenting can be funny too. I have listed some funny code comments people encountered in production code. Note: If you want to learn more about JavaScript…

ProgrammingSoftware EngineeringFunny

Creating a Confirm Dialog in React and Material UI

ReactMaterial-uiJavascript

Creating a generic text-input component with React

Gracefully managing forms and input values in React State (Part II)

ReactText inputForms

How to Fix VirtualizedLists should never be nested inside plain ScrollViews Warning

Fixing a common React Native warning the right way

React-nativeReact-native-scrollviewReact-native-virtualizedlist

How to display images from local assets/images folder when working with React

It's not as straightforward as it might seems to be

ReactJavascriptWebdev

7 Really Good Reasons Not to Use TypeScript

Typescript

Call RESTful APIs | Web Services using Angular and RxJS.

Call and cache data returned from HttpClient. Caching data will speed up your web/app. Let's understand how! HttpClient returned an observable. To cache, we need to combine that observable with…

AngularRxjsSoftware Development