CSS Framework Overview

CSS Framework Overview A CSS framework is a pre-prepared library of CSS files and sometimes JavaScript files that provide a foundation for designing and styling websites or web applications. They are designed to make web development faster and more efficient by providing a set of pre-defined styles, layouts, and UI …

Javascript miniguide

Javascript MiniGuide Copyright © 2023 by Robert Wang Welcome to the JavaScript MiniGuide, a concise resource designed to help you quickly grasp the fundamental concepts of JavaScript programming. You might wonder why this MiniGuide was created when there are already so many comprehensive JavaScript resources out there. The answer is …

Javascript Backend Overview: Building Fullstack To-Do List App

Javascript Backend Overview Sample code: https://github.com/robertluwang/hands-on-javascript Javascript backend stack highlight JavaScript is commonly known for its use in frontend web development, but with the advent of technologies like Node.js, it’s also being used for backend development. Here’s an overview of JavaScript backend development: Node.js: Node.js is a runtime environment that …

JavaScript Frontend Stack Overview: Building Dynamic Web Applications

JavaScript Frontend Stack Overview: Building Dynamic Web Applications Introduction In the world of web development, JavaScript stands as a cornerstone for creating interactive and dynamic frontend experiences. In this article, we’ll take a journey through the main components of the JavaScript frontend stack, exploring key concepts and providing simple code …

Sublime Text 3 IDE setup

Highlight: Sublime Text 3 already build in support 48 types of language syntax highlight, auto-complete etc Sublime Text 3 only provides few build package for compiling/running Here providing user defined build packages for most popularly languages and scripts: C/C++/Java/Go/Objc/Ruby/Lua/HTML/JavaScript/JQuery/bash it is portable ST3 IDE on windows Language build is pre-zipped …