personalblog
personalblog

personalblog

My daily experience in crypto world


git folder

2 Feb 2025 1 minute read 0 comments medeb

1. The Issue with the .git FolderWhen you copy a project folder from GitHub, you're essentially creating a duplicate. This duplicate includes the .git folder, which contains the project's Git history and configuration. If you then attempt to make cha...

ssh key removal and retrieve

1 Feb 2025 1 minute read 0 comments medeb

Generating a New SSH Key and Adding it to GitHubWhen you accidentally delete a Git repository and create a new one (even with the same name), the SSH key associated with the old repository will no longer work.  This is because GitHub treats the new r...

embedded style

1 Feb 2025 4 minute read 0 comments medeb

1. Importance of Separating Inline and Embedded StylesSeparating inline and embedded styles into external CSS files is a **best practice in web development** for several reasons. Inline styles (e.g., `style="color: red;"`) and embedded styles (e.g.,...

git deploy errors

31 Jan 2025 1 minute read 0 comments medeb

Deployment Challenges and Current Approach:The current practice of copying and pasting the browser distribution (dist) folder directly into the project for deployment presents several challenges, primarily the loss of access to the master branch duri...

Angular SSR 19

31 Jan 2025 1 minute read 0 comments medeb

Adding SSH Keys for Private Git RepositoriesWhen using a private Git repository with OVH hosting, it is essential to configure SSH keys to enable secure communication between your local machine and the server. This step is crucial because OVH require...

git deploy

29 Jan 2025 1 minute read 0 comments medeb

Setting Up Git for Deployment in the Dist FolderWhen deploying the contents of the `dist/browser` folder in a web application, it is crucial to initialize a Git repository in that directory. This step is essential because deploying the project often...

git ovh

28 Jan 2025 1 minute read 0 comments medeb

Streamlined Deployment Process with Git and OVHUsing Git with OVH simplifies the deployment process significantly compared to traditional methods like FileZilla. With Git, developers can easily manage their code changes and version control, allowing...

One font is enough

26 Jan 2025 1 minute read 0 comments medeb

he Benefits of Consistency with a Single FontFrom personal experience, using a single font for overlaying text on images—such as those provided by platforms like CoolText, BlogGIF, FX Font, or DaFont—can significantly enhance the overall coherence of...

Tiktok with payoneer

22 Jan 2025 1 minute read 0 comments medeb

Understanding TikTok Fund Disbursement through Payoneer Receiving funds from TikTok through Payoneer has become a viable option for many content creators who generate income through the platform. TikTok provides various avenues for monetization, incl...

stripe airtm and ach

21 Jan 2025 1 minute read 0 comments medeb

Integrating Stripe with WooCommerce for ACH Payments Setting up Stripe with WooCommerce not only streamlines the payment processing for your online store but also opens up the possibility of receiving payments via ACH (Automated Clearing House) trans...