SaeeAM Portfolio Website With Html, Css, js And Google app script with chatgpt help
SaeeAM से कम लो Indian college student startup company. We work on education, project, and startups/business.
SaeeAM Startup- SaeeAM के साथ Business Karo
SaeeAM Education - SaeeAM के साथ Sikho
SaeeAM Project - SaeeAM के साथ Project Karo
SaeeAM Team learn/teach on weekend 5-day and last of the weekend we do a project that related to real business problem solve it and make profitable startup and business. If you want your existing business and startup business make profitable and You want to grow yourself and your existing business and startup Join Us at SaeeAM Startup World and grow your business and yourself.
Saeeam Singh
saeeamsingh@gmail.com | (123) 456-7890
Summary
I am a highly motivated and experienced professional with a background in software engineering, web development, and project management. I have a passion for creating innovative solutions to complex problems and have a proven track record of success in developing and deploying projects on time and within budget. I am an excellent communicator with strong problem-solving skills, and I am comfortable working both independently and as part of a team.
Skills & Expertise
• Software Engineering
• Web Development
• Project Management
• Database Design & Administration
• Agile Methodologies
• User Interface Design
• Quality Assurance & Testing
• Troubleshooting & Debugging
Experience
Software Engineer | ABC Company | June 2017 – Present
• Developed web applications using HTML, CSS, JavaScript, PHP, MySQL, and AJAX.
• Designed user interfaces for web applications using Photoshop and Illustrator.
• Implemented Agile methodologies to ensure timely delivery of projects.
• Performed quality assurance testing to ensure accuracy of code.
• Troubleshot and debugged code to identify errors or potential issues.
• Created database designs for efficient data storage and retrieval.
• Managed projects from conception to completion within budget constraints.
Project Manager | XYZ Company | April 2015 – May 2017
• Managed multiple projects simultaneously while meeting deadlines.
• Developed project plans outlining scope, timeline, resources needed, etc.
• Coordinated with stakeholders to ensure successful completion of projects.
• Monitored progress of projects to ensure they were on track for completion on time and within budget constraints.
• Developed reports detailing project progress for senior management review.
Education
Bachelor’s Degree in Computer Science | University of California | 2012 – 2015
resume portfolio
A resume portfolio is a collection of documents and materials that showcase a job seeker's skills, experience, and accomplishments. It typically includes a resume, cover letter, references, work samples, certifications, awards, and other relevant documents. A resume portfolio can be used to demonstrate an individual's qualifications for a job or to provide evidence of their professional development over time.
Gas
Gas is a type of fuel that is used to power many types of vehicles, including cars, trucks, buses, and motorcycles. It is also used to power some industrial machinery and equipment. Gasoline is the most common type of gas used in vehicles. It is a mixture of hydrocarbons that are derived from crude oil. Other types of gas include natural gas, propane, and butane.
gas google service
Google offers a variety of services for businesses, including Google Ads, Google Analytics, Google My Business, Google Cloud Platform, and more. These services help businesses reach their customers and grow their business. Additionally, Google provides tools such as G Suite and Google Maps to help businesses manage their operations more efficiently.
google app script
Google Apps Script is a scripting language based on JavaScript that lets you do new and cool things with Google Apps like Docs, Sheets, and Forms. There's nothing to install—we give you a code editor right in your browser, and your scripts run on Google's servers.
js function
A JavaScript function is a block of code designed to perform a particular task. A JavaScript function is executed when "something" invokes it (calls it).
Example:
function myFunction() {
alert("Hello World!");
}
api
import (
"encoding/json"
"fmt"
"net/http"
"github.com/gorilla/mux"
)
// Index is the root of the API. It will return a list of all available endpoints.
func Index(w http.ResponseWriter, r *http.Request) {
endpoints := []string{}
router := mux.CurrentRoute(r).GetPathTemplate()
for _, route := range mux.CurrentRoute(r).GetRoutes() {
endpoints = append(endpoints, fmt.Sprintf("%s%s", router, route.GetName()))
}
json.NewEncoder(w).Encode(endpoints)
}
api about
The About page of an API is a page that provides information about the API, such as its purpose, features, and how to use it. It may also include contact information for the API provider, as well as links to documentation and other resources.
api full form
API stands for Application Programming Interface. It is a set of protocols, routines, and tools for building software applications. APIs specify how software components should interact and are used when programming graphical user interface (GUI) components.
google sheet official website link
https://www.google.com/sheets/about/
google app script sheet link
Google App Scripts can be used to create custom scripts that can be used to automate tasks in Google Sheets. To get started, you can find the script editor in the Tools menu of a Google Sheet. From there, you can write your own scripts or use existing scripts from the web.
google app script link with sheet codde
You can find the code for Google App Scripts on the Google Developers website. Here is the link:
https://developers.google.com/apps-script/
google app script code to sheet fetch data
function fetchData() {
var sheet = SpreadsheetApp.getActiveSheet();
var data = UrlFetchApp.fetch("https://example.com/data");
var json = data.getContentText();
var values = JSON.parse(json);
sheet.clearContents(); // Clear the sheet before writing new data
// Write the headers to the first row of the sheet
sheet.appendRow(Object.keys(values[0]));
// Write the values to the sheet, starting from row 2 onwards
values.forEach(function (value) {
sheet.appendRow(Object.values(value));
});
}
tuple in js
A tuple in JavaScript is an array with a fixed length and type of elements. Tuples are used to store multiple values in a single variable.
Example:
const myTuple = [1, 'Hello', true];
json
{
"name": "My App",
"version": "1.0.0",
"description": "A sample Node.js project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "John Doe",
"license": "ISC"
}
fetch data from database in js
//Using the Fetch API
fetch('/data')
.then(response => response.json())
.then(data => {
// do something with the data here
});
dom in js
The Document Object Model (DOM) is an API that provides a structural representation of an HTML document and defines how it can be accessed and manipulated. It is a platform- and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document. The DOM is used by most modern web browsers to create an interactive environment within the browser window.
bootstrap cmd
The Bootstrap Command is a command-line interface (CLI) tool used to create and manage Bootstrap projects. It provides a set of commands for creating, building, and managing Bootstrap projects. It can be used to quickly create new projects, build existing projects, and manage project dependencies.
bootstrap cnd theme
Bootstrap is a popular open-source front-end framework for creating responsive websites and web applications. It includes HTML and CSS based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. Bootstrap also provides a theme that can be used to create a custom look and feel for your website or application. The Bootstrap CDN theme is a collection of pre-built themes that can be used to quickly customize the look and feel of your website or application. The themes are built using the Bootstrap framework and include all the necessary HTML, CSS, and JavaScript files needed to create a fully functional website or application.
The DOM (Document Object Model) is an API that allows developers to access and manipulate the content, structure, and style of a web page. It is a tree-like structure that represents the HTML document and provides methods for accessing and manipulating its elements. The DOM can be used to add, remove, or modify elements on a web page, as well as to respond to user events such as mouse clicks or key presses.
document get elment by tagname code in js
document.getElementsByTagName("tagname");
bootstrap container div code
<div class="container">
...
</div>
what is bootstrap container
Bootstrap container is a class used in the Bootstrap framework to create a responsive, fixed-width container for housing website content. It is used to wrap the main content of a page, and can be used to set the maximum width of the page content. The container class also has padding built in to help separate the content from other elements on the page.
No comments:
Post a Comment