Giter VIP home page Giter VIP logo

victorsesan's Projects

basic-algorithm-scripting icon basic-algorithm-scripting

An algorithm is a series of step-by-step instructions that describe how to do something. In this course, you'll learn the fundamentals of algorithmic thinking by writing algorithms that do everything from converting temperatures to handling complex 2D arrays.

basic-data-structures icon basic-data-structures

Data can be stored and accessed in many ways. You already know some common JavaScript data structures — arrays and objects. In this Basic Data Structures course, you'll learn more about the differences between arrays and objects, and learn to use in different situations and helpful JS methods like splice() and Object.keys()

basic-java-script-game-role-playing icon basic-java-script-game-role-playing

JavaScript is a powerful scripting language that you can use to make web pages interactive. In this repository, I will learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. Learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.

basic-javascript icon basic-javascript

JavaScript is a scripting language you can use to make web pages interactive. Its supported by all modern browsers. Learn fundamental programming concepts in JavaScript. You'll start with basic data structures like numbers and strings. Learn to work with arrays, objects, functions, loops, if/else statements & more

basic-node-and-express icon basic-node-and-express

Node.js is a JavaScript runtime that allows developers to write backend (server-side) programs in JavaScript. Node.js comes with a handful of built-in modules — small, independent programs — that help with this.Express is a lightweight web application framework, and is one of the most popular packages on npm.

debugging icon debugging

Debugging is the process of going through your code, finding any issues, and fixing them. In this course, you'll learn how to use the JavaScript console to debug programs and prevent common issues before they happen, like syntax error, runtime error, an logical errors.

ecmascript-es6 icon ecmascript-es6

ECMAScript, or ES, is a standardized version of JavaScript. Because all major browsers follow this specification, the terms ECMAScript and JavaScript are interchangeable. In this course, you'll learn these new features, including arrow functions, destructuring, classes, promises, and modules.

functional-programming icon functional-programming

In Functional Programming, code is organized into smaller, basic functions that can be combined to build complex programs. In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how to write cleaner code with methods like .map() and .filter().

gitbranchproject icon gitbranchproject

A project offered by simplilearn in creating a branching model, merging and rebasing (Project Solution)

intermediate-algorithm-scripting icon intermediate-algorithm-scripting

Now that we know the basics of algorithmic thinking, along with OOP and Functional Programming, test your skills with the Intermediate Algorithm Scripting challenges.

managing-packages-with-npm icon managing-packages-with-npm

npm (Node Package Manager), is a command line tool to install, create, and share packages of JavaScript code written for Node.js. In this course, you'll learn the basics of using npm, including how to work with the package.json and how to manage your installed dependencies.

mongodb-and-mongoose icon mongodb-and-mongoose

MongoDB is a database application that stores JSON documents (or records) that you can use in your application. Unlike SQL, another type of database, MongoDB is a non-relational or "NoSQL" database. This means MongoDB stores all associated data within one record, instead of storing it across many preset tables as in a SQL database.

object-oriented-programming icon object-oriented-programming

OOP, or Object Oriented Programming, is one of the major approaches to the software development process. In OOP, objects and classes organize code to describe things and what they can do. In this course, you'll learn the basic principles of OOP in JavaScript, including the this keyword, prototype chains, constructors, and inheritance.

palindrome-checker icon palindrome-checker

A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.

regular-expressions icon regular-expressions

Regular expressions, often shortened to "regex" or "regexp", are patterns that help programmers match, search, and replace text. In this course, you'll learn how to use special characters, capture groups, positive and negative lookaheads, and other techniques to match any text you want.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.