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 web development

  • 🌱 I’m currently learning vue.js ,jQuery, react.js

  • 👯 I’m looking to collaborate on Startup Ideas

  • 🤝 I’m looking for help with devops project

  • 📝 I regularly write articles on https://github.com/Amanpatel2529

  • 💬 Ask me about Angular

  • 📫 How to reach me [email protected]

  • ⚡ Fun fact I'm passionate about work but I think I'm funny too

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

angular-ecom icon angular-ecom

Its been really very helpful for me as an angular developer and doing e-comm project with you is one of the best experience and I learnt alot from you in that e-comm project ...thanks for your contribution to us people who are learning angular. thank you bhai

assignment10 icon assignment10

1) Create Angular application which contains one HTML form as below . 2) This form is used to report the bug in the application . 3) Use Bootstrap components to design the given form. 4) Bug Report header should be in one component named as Header . 5) Name Email address should be in one component named as Personal Info . 6) Date , Impact and details about bug should be in one component named as BugInfo . 7) Submit button should be in one component as Footer . 8) All the above components should be in on module as App Module . 9) When user press Submit form button display all entered information in another page .

assignment12_q1- icon assignment12_q1-

Create angular application which creates one custom pipe named as MyRev . This custom pipe accept string as a value and display the string reverse format .

assignment14_q1 icon assignment14_q1

Create angular application which creates two custom directives as Comp-Success and Comp-Failure. In case of Comp-Success directive when we move mouse cursor over the data element its text colour becomes green and in case of Comp-Failure text colour becomes red . When we remove mouse courser its colour becomes black . We have to use that both directives in one .html file.

assignment14_q2 icon assignment14_q2

Create angular application which creates one custom directive named as Custom-Style. In this directive we have to set background of our text as yellow and type of the text should be bold. Use that custom directive in .html file . In this application there is no need to handle mouse listeners.

assignment4 icon assignment4

create Angular application which creates one Custom component named as Demo. Render that Demo component from app component .

assignment5 icon assignment5

Create Angular application which will create two component named as FirstComp & SecondComp. FirstComp will display "Hello from First component" on page & SecondComp will display "Hello from Second component" on page . Render FirstComp from App component & Second from the FirstComp .

assignment6 icon assignment6

create angular application which will demonstrate the concept of string interpolation . for this purpose create new component named as NewComp and render that from App component. Inside that new component add one class property as name . Display that name in small case . Display that name in capital case . Display name of string . Display new string after concentration with "Infosystems" .

assignment7 icon assignment7

create angular application which contains two buttons as UPPER & LOWER . When user press UPPER button then display text as "MARVELLOUS INFOSYSTEM" and if user press lower button then display text as "marvellous infosystem" . String should be the part of class characteristics .

assignment8 icon assignment8

create application which contains two components as app and child . child component contains one textbook and one button . User enters text in that text box and when user press the button data from that textbook should be sent to parent component ie app . After getting data from child component app component will display the data using string interpolation

dsa-bootcamp icon dsa-bootcamp

This code helps you to understand the different Sorting algorithms. The sorting algorithms depicted in this code are : - Bubble Sort , Selection Sort , Insertion Sort , Quick Sort , Merge Sort , Heap Sort

json-server icon json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously)

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.

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.