Amit Patnaikamitpatnaik.hashnode.dev·Jun 7, 2023All about ES6 (Part 1)Introduction JavaScript ES6 (also known as ECMAScript 2015 or ECMAScript 6) is the newer version of JavaScript that was introduced in 2015. ECMAScript is a standard that provides the specification on how JavaScript programming language should work. T...Discuss·60 readsAll about ES6JavaScript
Shivam Kumarshivamtw.hashnode.dev·Feb 25, 2023What is Open source and and How to start contributing in Open source ?Open source refers to software that is made freely available to the public, along with the source code that was used to create it. This allows anyone to view and modify the code, making it a collaborative effort among the community of developers who ...Discuss·1 likebeginnersguide
Matt Neighbourbrainembedded.hashnode.dev·Dec 21, 20223 Ways to begin your coding skillsWhen I was younger I wanted to buy a GameCube and MarioKart. My parents very quickly said no, as they didn't want to spend the money; but my Dad thought programming knowledge was a better gift and said why don't you go a code your own game. Now, thin...Discuss·1 like·41 readslearning
Salawu Ahmedasally.hashnode.dev·Oct 18, 2022Variable Scopes in JavaScriptHello! everyone 👋🏾, Welcome. In today’s post we will be learning about scopes in JavaScript with regards to variables. Introduction Scope in programming refers to the accessibility of a variable or a function in a program. It also refers to the p...Discuss·32 likes·96 readsJavaScript
Kayode Oluwasegunztaff.hashnode.dev·Jul 28, 2022Project 11 - IndexedDB. Storing data in browsersThis is the eleventh project in the Beginner to Advanced Challenge (#beginner2advanced) where it’s expected to build a simple database app. The database management system used for the mock project is IndexedDB, which is a database management system ...Discuss·1 like·119 readsbeginner2advanced#beginner2advanced
Kayode Oluwasegunztaff.hashnode.dev·Jul 10, 2022Dynamically Change CSS ValuesThis article is written as part of the #beginner2advanced challenge as the tenth application where I aim to create all the apps in this repository. The HTMLElement.style is the most important concept for me doing this challenge, though there are num...Discuss·146 readsBeginner Developers
Praise Idiseidisepraise.hashnode.dev·Jul 5, 2022Important things to know before you begin Software developmentSoftware development is an integral part of our daily activities. The platform you use in viewing this article, your favorite social media app and that game you enjoy playing are all products of hours upon hours of software development. Software deve...Discuss·2 likes·53 readsBeginner Developers
Kayode Oluwasegunztaff.hashnode.dev·Jul 2, 2022Beginner to Advanced Challenge - project 3 (calculator app)This is the third project in the beginner category in the #beginner2advanced challenge. The link to the app requirement can be found here. This project is an exact clone of this repository just that I decided to rewrite it with Typescript. NOTE: Thi...Discuss·10 likes·90 readsbeginner2advanced#beginner2advanced
Kayode Oluwasegunztaff.hashnode.dev·Jun 29, 2022Border Radius Previewer App using Typescript. #beginner2advancedThis is the second project in the beginner category in the #beginner2advanced challenge. The link to all the apps in this challenge can be found here. In this article, we will be creating a web application that allows us to manually select the proper...Discuss·10 likes·175 readsbeginner2advanced#beginner2advanced
Kayode Oluwasegunztaff.hashnode.dev·Jun 28, 2022Beginner To Advanced Challenge. Over 80+ web applicationsI decided to challenge myself to create over 80 apps listed in this repository created by Florin Pop and also write articles on how I implemented them using Typescript as the core programming language and any other framework, tools or language I may ...Discuss·16 likes·12.1K readsbeginner2advancedBeginner Developers