Skip to content

Instantly share code, notes, and snippets.

View SalwaMugh's full-sized avatar
Constant Transformation

SalwaMugh

Constant Transformation
View GitHub Profile
@chakrakan
chakrakan / github-profile-checklist.md
Created July 8, 2020 18:44
Professional Github Profile Checklist

General

𝥷 I included at least three projects on my GitHub account.

𝥷 My GitHub account demonstrates my knowledge of how to make incremental commits.

𝥷 My commit graph shows many green squares, at minimum for the last two weeks. (This indicates that commits have been pushed regularly).

Hiring Perspective: The first thing that a recruiter or hiring manager will look at is your commit graph and the frequency of contribution. Next, they will usually dig deeper into projects to get a sense of the kind of engineer you are. Regular activity and major contributions indicate a passion for coding, and companies want to hire people that love to code because it correlates highly with success in the workplace.

@Geoff-Ford
Geoff-Ford / master-javascript-interview.md
Last active July 18, 2024 08:32
Eric Elliott's Master the JavaScript Interview Series
@marko-jankovic
marko-jankovic / CSS and HTML interview questions.md
Last active July 23, 2024 16:12
CSS and HTML interview questions

CSS


What is CSS?

  • CSS stands for Cascading Style Sheet.
  • Styles define how to display HTML elements
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save a lot of work
  • External Style Sheets are stored in CSS files
@simudream
simudream / 2D-water-simulation.markdown
Created November 27, 2014 00:34
2D water simulation