Blog


Essential Linux Commands for System Admins, Cloud, and DevOps Engineers

Essential Linux Commands for System Admins, Cloud, and DevOps Engineers

In this article, we’ll explore essential Linux commands that are commonly used in the daily tasks of system administrators, cloud engineers, and DevOps practitioners.

CloudDevopsLinux
Essential Financial Documents Every Freelance Developer Should Maintain

Essential Financial Documents Every Freelance Developer Should Maintain

Business
esProc SPL vs SQL

esProc SPL vs SQL

Examining esProc SPL and SQL functionalities and performance in different scenarios and use cases. How they work together in modern data analysis.

sqlesproc spldata processing
ESLint — A Proofreader for your Code

ESLint — A Proofreader for your Code

A practical guide to setting up and using ESLint

JavascriptEslintLinting
Escape Trading Frustration and Leverage Algorithmic Trading Systems - Here's How

Escape Trading Frustration and Leverage Algorithmic Trading Systems - Here's How

FinanceTrading
ES6: What is the difference between Rest and Spread?

ES6: What is the difference between Rest and Spread?

Rest Parameter [ …rest]

JavascriptEs6Rest
ES6: Arrow Functions

ES6: Arrow Functions

JavascriptEs6Arrow function
ERROR TypeError: undefined is not an object (evaluating '_this.props.navigation.navigate')

ERROR TypeError: undefined is not an object (evaluating '_this.props.navigation.navigate')

The solution

React-nativeJavascriptReact-navigation
Error: Reanimated 2 failed to create a worklet — Maybe You Forgot to Add Reanimated’s babel Plugin?

Error: Reanimated 2 failed to create a worklet — Maybe You Forgot to Add Reanimated’s babel Plugin?

If you ever chance upon this error, fret not. Pop over to babel.config.js, simply add 'react-native-reanimated/plugin' under “plugins” in'module.exports' (The above is a basic example to recreate the…

ProgrammingJavaScriptWeb Development
Error Management in Go - Part II

Error Management in Go - Part II

A primer on how to define, generate, and handle errors in Go

gogolangerror handling