Giter Site home page Giter Site logo

Hi πŸ‘‹, I'm Aman Patel

A passionate developer from India and always try to learn something new

amanpatel2529

  • πŸ”­ I’m currently working on a project as angular developer

  • 🌱 I’m currently learning Sprinboot and Microservices along with .net framework

  • πŸ‘― I’m looking to collaborate on Startup Ideas

  • 🀝 I’m looking for help with devops project

  • πŸ“ I regularly active on https://github.com/Amanpatel2529

  • πŸ’¬ Ask me about Angular

  • πŸ“« How to reach me [email protected]

  • ⚑ Fun fact I'd love to collaborate with like minded peoples

Connect with me:

amanpatel amanpatel amanpatel aman_o_f_f_i_c_i_a_l amanpatel amanpatel

Languages and Tools:

angular aws bootstrap c cplusplus css3 express firebase gcp git html5 java javascript linux mongodb mysql nodejs oracle postman typescript

amanpatel2529

Β amanpatel2529

amanpatel2529

Aman Patel's Projects

lab-1 icon lab-1

Program to Calculate Area and Circumference of Circle , Program to Calculate Area of Scalene Triangle , Program to Calculate Area of Equilateral Triangle , Program to Calculate Area of Right angle Triangle , Program to Calculate Area of Rectangle Program to Calculate Area of Square

lab-2 icon lab-2

Program to convert temperature from degree centigrade to Fahrenheit. Program to show swap of two no’s without using third variable. Program to find greatest in 3 numbers. Program to find that entered year is leap year or not. Program to find whether given no is even or odd.

lab-3 icon lab-3

Program to calculate sum of numbers from m to n. (Hint: Input two numbers m and n. Find sum of all numbers from m to n. For example m=3 and n=8 then sum will be 3+4+5+6+7+8=33.) Program to print Fibonacci series up to 100. (Hint: Fibonacci Series is 1,1,2,3,5,8,13,21,…….} Program to input a number and then calculate sum of its digits. (Hint: let number = 562. Then you should print 5+6+2=13.) Program to find whether given number is a prime number or not. Program to display sum of series 1+1/2+1/3+……….+1/n. Program to display series and find sum of 1+3+5+……..+n. Program to use switch statement. Display Monday to Sunday. Program to display arithmetic operator using switch case.

lab-4 icon lab-4

Program to calculate sum of numbers from m to n. (Hint: Input two numbers m and n. Find sum of all numbers from m to n. For example m=3 and n=8 then sum will be 3+4+5+6+7+8=33.) Program to print Fibonacci series up to 100. (Hint: Fibonacci Series is 1,1,2,3,5,8,13,21,…….} Program to input a number and then calculate sum of its digits. (Hint: let number = 562. Then you should print 5+6+2=13.) Program to find whether given number is a prime number or not. Program to display sum of series 1+1/2+1/3+……….+1/n. Program to display series and find sum of 1+3+5+……..+n. Program to use switch statement. Display Monday to Sunday. Program to display arithmetic operator using switch case

lab-5 icon lab-5

WAP to calculate area of a circle using functions. WAP to swap two values using functions. WAP to convert time to minutes using functions. ( input 3 variables namely hours , minutes and seconds Convert everything into minutes.) WAP to sum the series up to n (Input n) + + +……………………………………..

lab-6 icon lab-6

1)WAP to calculate area of following figures using function overloading : Circle Rectangle Triangle Square (Hint: 1. create 4 functions with same name area. 2) Each function to calculate area of one figure.) 2) WAP to calculate circumference of the following figures using function overloading : Circle Rectangle Triangle Square 3)WAP using function overloading : To find largest among three integers To find largest among three floating point numbers. 4)Convert function template for problem 3.

lab-7 icon lab-7

1.Calculate the x y using recursion 2. Find sum of natural numbers using recursion 3. Display Fibonacci Series Using Recursion. 4. Find G.C.D for two integers using recursion

lab-8 icon lab-8

WAP to display an array. WAP to find average of array elements. Write a program to merge to sorted arrays. e.g: a1[10]={25,27,32,98] a2[10]={12,23,28,51,72,85,97] then a3[20] should be equal to = [12,23,25,27,28,32,51,72,85,97,98] WAP to insert an element to an array. WAP to delete an element from an array.

lab-9 icon lab-9

Write a program to generate Pascal’s triangle. 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 6 15 20 15 6 1 Write a menu driven program to read and display an m Γ— n matrix. Also find the sum, transpose and product of two m Γ— n matrices. In a small company there are five salesman. Each salesman is supposed to sell three products. Write a program

mcart icon mcart

Ecommerce Web application build with angular 14

nodejs icon nodejs

Complete Node js series to learn fundamentals and get hands on

sitl.github.io icon sitl.github.io

Sinhgad Info Page - Internship Task-1 from level-1 done by Aman Patel

todo.github.io icon todo.github.io

To-Do Application - Internship Task-3 from level-2 done by Aman Patel

typerscriptforangular icon typerscriptforangular

This repository is part of a learning series I'm creating to explore TypeScript in preparation for learning Angular. Here, you'll find code examples, exercises, and resources to help you grasp TypeScript fundamentals before diving into Angular development.

weatherapp icon weatherapp

This is just a Weather App created using Angular 16 with real weather api integration (openweathermap.org api)

wesync icon wesync

WeSync Software Solutions working prototype, checkout the contact section once, also this is just a website workflow and demonstration that gives you basic layout, just fork this and make a clone to get start with basic structure, you do not need to start from stratch

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.