Giter Site home page Giter Site logo

Natalia Ahmad's Projects

ahman502.github.io icon ahman502.github.io

This is one of the basic (HTML & CSS (static) beginner's projects of Codecademy's Front-End Engineering path. This project was created in VS code, and then published using GitHub Pages. Click the link: https://ahman502.github.io to view it online.

areacalculator icon areacalculator

A Java program that takes a user's input and calculates a shape's area.

async-await-error-handling icon async-await-error-handling

With async...await, we use try...catch statements for error handling. By using this syntax, not only are we able to handle errors in the same way we do with synchronous code, but we can also catch both synchronous and asynchronous errors. This makes for easier debugging!

bank icon bank

A simple program for a banking system. It uses two different classes, private and public methods and attributes, and getters and setters. Please run Bank.java file to compile and run the program.

carloan icon carloan

A simple car loan calculator in Java

cheatsheet-project icon cheatsheet-project

An HTML5 cheatsheet I built for myself just as a reference to use in future projects

color-buster-game icon color-buster-game

A color buster game based on the Model-View-Controller (MVC) framework, written in Java, and completed by me as part of the final class project

continents icon continents

A program that will print out a continent and the largest city in that continent, based on the value of an integer

creditcardchecker icon creditcardchecker

Context: The company that you work for suspects that credit card distributors have been mailing out cards that have invalid numbers. In this project, you have the role of a clerk who checks if credit cards are valid. Every other clerk currently checks using pencil and paper, but you’ll be optimizing the verification process using your knowledge of functions and loops to handle multiple credit cards at a time. Unlike the other clerks, you can spend the rest of your time relaxing!

dasmoto-s-arts---crafts icon dasmoto-s-arts---crafts

This is one of the basic (HTML & CSS (static)) beginner's projects of Codecademy's Front-End Engineering path. This project was created in VS code, but it was also published using GitHub Pages and can be accessed by anyone via this link: https://ahman502.github.io

dependant-async-await-functions icon dependant-async-await-functions

The true beauty of async...await is when we have a series of asynchronous actions which depend on one another. Though using the async...await syntax can save us some typing, the length reduction isn’t the main point. Compared to chaining multiple .then() functions in native Promise version, the async...await version more closely resembles synchronous code, which helps developers maintain and debug their code. The async...await syntax also makes it easy to store and refer to resolved values from promises further back in our chain which is a much more difficult task with native promise syntax.

events-calendar icon events-calendar

A program that uses both, Row-major and Column-major traversal to traverse through a 2D array (in the form of a calendar)

fizzbuzz icon fizzbuzz

A very popular FizzBuzz program (designed by Imran Ghory) written in java

fotomat icon fotomat

Fining a responsive website called Fotomatic. This is part of Codecademy's Front-end engineering career path.

handyman-app-final-prototype icon handyman-app-final-prototype

For this project, I had to learn Android Studio and Kotlin from the very basics since this was going to be an Android Mobile Application. This is just a prototype of the application and a lot of the functionality is hard-coded, however, I do plan to make this app fully functional in the upcoming months using Java.

independent-async-await-functions icon independent-async-await-functions

In this project, you'll see how all the promises’ asynchronous operations can be run simultaneously. If possible, we want to get started on each asynchronous operation as soon as possible! Within our async functions we should still take advantage of concurrency, the ability to perform asynchronous actions at the same time. In this project, all the promises are constructed without using await because they are all independent of one another. We then await each of their resolutions to print them to the console.

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.