Blog
Building a Point of Sale system with Node & React
Build the front and back end of a real-time application with React and Node!
NodejsReact
Can you console.log in JSX?
TLDR: Embed the expression
ReactJavascriptJsx
How to use Async Await in JavaScript
There are many ways JavaScript provides us with the ability to make it behave like an asynchronous language. One of them is with the Async-Await clause.
JavaScriptAsyncAwait
How to loop through arrays in React
ReactMapLoops
How (and why) you should use TypeScript with Node and Express.
TypescriptNodeExpress
How to write for In Plain English
In plain englishWritingWrite for ipe
Callback vs Promise and Async/Await in JavaScript
A callback function is a function passed into another function as an argument, which is called (or executed) inside the otherFunction. So the basic way to handle asynchronous operations is through…
ProgrammingFront End Development
You Probably Don't Need act() in Your React Tests
What you should do instead.
ReactTesting
Why you should start using Python dataclasses
Use Dataclasses in Python to store attributes
PythonDataclassesPython3.7
Why Has Python Become a Great Choice for Mobile App Development?
PythonMobile app development