Skip to content

Instantly share code, notes, and snippets.

View boubkhaled's full-sized avatar
🗨️
الحمد لله على نعمة الإسلام

Khaled boubkhaled

🗨️
الحمد لله على نعمة الإسلام
View GitHub Profile
@boubkhaled
boubkhaled / 12-CSS-Best-Practices-By-Twitter.md
Created June 20, 2021 13:38
Thread: 12 CSS Best Practices by Twitter

12 CSS Best Practices by Twitter 🧵 Mega Thread 👇

@boubkhaled
boubkhaled / IIS Express failed to register URL.md
Last active June 17, 2021 10:29
IIS Express failed to register URL , #Port #IISExpress

In windows 10, sometimes we get an error for a particular port:

Ports are not available: listen tcp 0.0.0.0:55555: bind: An attempt was made to access a socket in a way forbidden by its access permissions. When seeing this error, our first instinct will be that somehow the port we need is being used by another application. So if we check for ports in use:

netstat -aon | find "55555" But the result may show that the port was not already being used.

@boubkhaled
boubkhaled / 8-Practical-Examples-Of-Common-CSS-Transitions.md
Created June 16, 2021 15:55
Thread - 8 Practical Examples of Common CSS Transitions

8 Practical Examples of Common CSS Transitions 🧵 Thread 👇

@boubkhaled
boubkhaled / 5-CSS-Mistakes-You-Should-Avoid.md
Created June 16, 2021 10:36
Thread - 5 CSS Mistakes you Should Avoid

5 CSS Mistakes you Should Avoid 🧵 Thread 👇

@boubkhaled
boubkhaled / Beginners-Guide-To-SASS.md
Last active June 15, 2021 18:00
Beginner's Guide To SASS

Beginner's Guide To SASS 🧵 Thread 👇

@boubkhaled
boubkhaled / Thread-How-To-Position-Elements-In-CSS.md
Created June 7, 2021 09:49
Thread - How to position elements in CSS

How to position elements in CSS. 🧵 Thread 👇

@boubkhaled
boubkhaled / 40+_High-Quality_Free_Resources_For_Web_Development.md
Last active May 25, 2021 09:31
40+ High-Quality Free Resources for Web Development
@boubkhaled
boubkhaled / TypeScript_In_One_Tweet.md
Last active May 10, 2021 10:57
Learn TypeScript in one tweet ~ Beginners guide

What is TypeScript? TypeScript is a typed superset of JavaScript that compiles to plain JavaScript which helps us build large scale applications with ease.

The main purpose of TS is to help developers be more productive by providing best in class tooling. (Eg. static type checking, editor intellisense, language features etc etc.)

Annotating your code isn't just about finding errors and validating the code before hand, it's also about documenting the code and conveying your intent more clearly to your future self and to other developers.

@boubkhaled
boubkhaled / 50-ui-tips.md
Last active April 27, 2021 09:05
50 UI Tips

Twitter thread

Consistency matters, they say...🤔 Starting from today, I'll post one UI tip per day for the next 50 days! Follow this thread

💡Tip #01 - Set the fixed width of your buttons if they have a loading state Otherwise, they'll shrink when loading, and it looks terrible.

💡Tip #02 - Don't hide tips if it's unnecessary Developers tend to hide tips under icons/tooltips/popups. In this case, your users will be forced to hover every icon to read the tip. It'd be better to show tips right away, if possible. 😊

git config --global http.postBuffer 524288000
git clone http://github.com/large-repository --depth 1
cd large-repository
git fetch --unshallow
On Linux
Execute the following in the command line before executing the Git command: