TypeScript is a language on top of JavaScript. Everything possible in JavaScript is available in TypeScript – it is a superset of JavaScript. It provides two strong advantages. The first one is that it transpiles TypeScript into JavaScript so the …
Category: Code
Top 5 Websites to Learn Coding (Python,Ruby,Java) for Beginners in 2020
So one of the greatest things about programming is that you can create so many things that solves so many issues in your life and others. But the worst thing about programming is the learning curve and the tedious hours …
Serverless Web Application with Lerna and Webpack
In this Guide we will learn how to write Serverless services in Monorepo style.
When I tried to write a solutions combine Serverless, Webpack and Lerna together, I can’t find any good guide how to do this, then, after …
3 Best NodeJs Courses & Certification 2020 Online[Feb]
Looking for Best NodeJs Courses, this 3 courses will teach you to combine the ultra-popular NodeJs ,React, Redux, Express, and MongoDB technologies to build a fullstack web application.
1. Node with React: Fullstack Web Development
Developer Learning Through His Development Life Cycle
My learning curve over the last ten years of doing development was not only about success. Most of the time, I was failing (hard). But if you never fail, you will never experience growth! So I’m a happy failure in
How to create a MySQL connection and run queries with Python3
We will use pymysql to connect to MySQL in Python3. First, you have to install the module using pip or pip3:
pip install -U pymysql
pip3 install -U pymysql
Then you can use this code to connect to your …
GitHub Pages and JavaScript and Putting Everything to Use
GitHub Pages and JavaScript
A long time ago I blogged about GitHubPages and getting started with setting up a webpage.
The static web pages are nice and they can help you make your project or documentation look good, but for …