<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ibrahima D.</title>
    <description>The latest articles on DEV Community by Ibrahima D. (@ibrahimdans).</description>
    <link>https://dev.to/ibrahimdans</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1002326%2F52fc8ac0-d5ec-492f-ab46-1fd9c95b716c.jpeg</url>
      <title>DEV Community: Ibrahima D.</title>
      <link>https://dev.to/ibrahimdans</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ibrahimdans"/>
    <language>en</language>
    <item>
      <title>How to use two instances of Claude Code</title>
      <dc:creator>Ibrahima D.</dc:creator>
      <pubDate>Tue, 19 Aug 2025 15:24:44 +0000</pubDate>
      <link>https://dev.to/ibrahimdans/how-to-use-two-instances-of-claude-code-2nae</link>
      <guid>https://dev.to/ibrahimdans/how-to-use-two-instances-of-claude-code-2nae</guid>
      <description>&lt;p&gt;&lt;strong&gt; You have reached the limit for Claude Code &lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F288ry0oj49fc9yg4aooj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F288ry0oj49fc9yg4aooj.png" alt=" " width="800" height="37"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's quite frustrating, especially since it often happens when our treatment isn't finished.&lt;br&gt;
It's not ideal to have two instances of Claude, because it means paying for Claude Pro twice, but it's cheaper than having Claude Max, which costs over €100.&lt;/p&gt;

&lt;p&gt;First, at the root of your account, create a new folder that will hold your Claude configurations, credentials, etc.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpna116amqbdoptd8ptzv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpna116amqbdoptd8ptzv.png" alt=" " width="191" height="65"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have specific configurations such as commands, don't forget to copy them. That's what I do when I activate another instance of Claude.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;cp -R .claude .claude-2&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;in zshrc &lt;code&gt;$HOME/.zshrc|.bashrc&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cc() {
 claude
}

ccp() {

CLAUDE_CONFIG_DIR=~/.claude-2 claude

}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now you just need to launch &lt;strong&gt;cc&lt;/strong&gt; for claude or &lt;strong&gt; ccp  for claude-2.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Note: &lt;strong&gt;cc&lt;/strong&gt; and &lt;strong&gt;ccp&lt;/strong&gt; are arbitrary you can call them whatever you want.&lt;/p&gt;

&lt;p&gt;Enjoy &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9l5gkm9tirlo25v5hc6e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9l5gkm9tirlo25v5hc6e.png" alt=" " width="500" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Essential Code Review Terms Every Developer Should Know</title>
      <dc:creator>Ibrahima D.</dc:creator>
      <pubDate>Mon, 07 Jul 2025 09:12:09 +0000</pubDate>
      <link>https://dev.to/ibrahimdans/essential-code-review-terms-every-developer-should-know-2dp6</link>
      <guid>https://dev.to/ibrahimdans/essential-code-review-terms-every-developer-should-know-2dp6</guid>
      <description>&lt;p&gt;When I first started out in this profession, I would often come across certain terms and acronyms in code reviews and team discussions, and I always wondered what they meant. If you’re new to software development or just want a refresher, here’s a handy list that might help you navigate those conversations more confidently.&lt;/p&gt;

&lt;p&gt;Common Terms and Acronyms&lt;br&gt;
&lt;strong&gt;WIP&lt;/strong&gt; (Work In Progress): Indicates that the work or pull request is not finished yet and is not ready for a full review.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LGTM&lt;/strong&gt; (Looks Good To Me): The proposed code looks correct and can be merged.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NIT&lt;/strong&gt; (Nitpick): A minor suggestion or remark, often about style or readability, with no functional impact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ACK&lt;/strong&gt; (Acknowledge): Confirms that a comment has been read and considered.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PTAL&lt;/strong&gt; (Please Take A Look): A request to review or re-review the code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RFC&lt;/strong&gt; (Request For Comments): An invitation for feedback or opinions on a proposal or change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;IMO/IMHO&lt;/strong&gt; (In My [Humble] Opinion): Indicates that what follows is a personal opinion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blocking&lt;/strong&gt;: A comment or issue that must be addressed before the code can be merged.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Non-blocking&lt;/strong&gt;: A suggestion or remark that does not prevent the code from being merged.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ship It&lt;/strong&gt;: Informal way of saying the code is ready to be delivered or merged.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stale&lt;/strong&gt;: A review or pull request that hasn’t seen activity in a long time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Self-review&lt;/strong&gt;: Reviewing your own code before submitting it to others.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Refactor&lt;/strong&gt;: Rewriting code to improve its structure or readability without changing its functionality.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Patch&lt;/strong&gt;: A software fix or update.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hotfix&lt;/strong&gt;: A quick fix for a critical bug, usually deployed urgently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DRY&lt;/strong&gt; (Don’t Repeat Yourself): Principle to avoid code duplication.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bump&lt;/strong&gt;: To increase or update a version number, or to make a small improvement or fix.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chore&lt;/strong&gt;: A technical or maintenance task that doesn’t add a new user-facing feature, but is necessary for the health of the project (e.g., code cleanup, updating dependencies, configuring tools).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FYI&lt;/strong&gt; (For Your Information): Sharing information without expecting an immediate response or action.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TBR&lt;/strong&gt; (To Be Reviewed): Indicates that a piece of code or change is waiting for review.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dead code&lt;/strong&gt;: Unused or obsolete code that should be removed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Needs Rebase&lt;/strong&gt;: The branch needs to be updated to resolve conflicts or incorporate the latest changes from the main branch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Outdated&lt;/strong&gt;: A comment made on an older version of the code, often after a rebase or new commit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TBD&lt;/strong&gt; (To Be Determined/Defined): Something that still needs to be specified or decided.&lt;/p&gt;

&lt;p&gt;If you know more terms or acronyms that are commonly used in code reviews, feel free to share them in the comments! This list is not exhaustive, and your input can help others in the community. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu8fy543e9m32kkikg57b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu8fy543e9m32kkikg57b.png" alt="Image description" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>development</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Enhancing Testability with Dynamic Data-testid Attributes</title>
      <dc:creator>Ibrahima D.</dc:creator>
      <pubDate>Thu, 28 Mar 2024 14:21:39 +0000</pubDate>
      <link>https://dev.to/ibrahimdans/enhancing-testability-with-dynamic-data-testid-attributes-4407</link>
      <guid>https://dev.to/ibrahimdans/enhancing-testability-with-dynamic-data-testid-attributes-4407</guid>
      <description>&lt;p&gt;We've all been faced with the challenge of choosing a better test ID for our component at some point. Why not leverage the logic we already use for CSS, like BEM (Block Element Modifier)? What is the best solution for achieving consistent and logical IDs across the board? What are the existing best practices?&lt;/p&gt;

&lt;p&gt;✅ The Solution:&lt;br&gt;
The best solution I've found with React is to create a custom hook that generates an ID, making it easier to locate them in our tests.&lt;/p&gt;

&lt;p&gt;📚 Code Examples:&lt;/p&gt;

&lt;p&gt;Create a custom hook useTestIdGenerator.ts:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkqnvgc5lhoukytfjaamb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkqnvgc5lhoukytfjaamb.png" alt="Image description" width="800" height="332"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Use the custom hook in your grid component:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhwpfp2r0u86mian29dbh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhwpfp2r0u86mian29dbh.png" alt="Image description" width="800" height="651"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, each element in your grid has unique "data-testid" attributes!&lt;/p&gt;

&lt;p&gt;This approach greatly facilitates testing of dynamic components while maintaining the cleanliness and maintainability of your code. 🔥&lt;/p&gt;

&lt;p&gt;An example test using this unique attribute:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fokwy6vh5loza5pgpcehp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fokwy6vh5loza5pgpcehp.png" alt="Image description" width="800" height="154"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Don't hesitate If you have another even better solution, to suggest it in the comments.&lt;/p&gt;

</description>
      <category>react</category>
      <category>testing</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>The boy scout rule : Small Steps, Big Impact</title>
      <dc:creator>Ibrahima D.</dc:creator>
      <pubDate>Mon, 04 Sep 2023 10:01:31 +0000</pubDate>
      <link>https://dev.to/ibrahimdans/the-boy-scout-rule-small-steps-big-impact-1dp6</link>
      <guid>https://dev.to/ibrahimdans/the-boy-scout-rule-small-steps-big-impact-1dp6</guid>
      <description>&lt;p&gt;In his book 'Clean Code,' &lt;strong&gt;Robert C. Martin&lt;/strong&gt; introduces us to an essential principle for writing beautiful code, the famous Boy Scout Rule, which can be summed up in one sentence: 'Always leave a place in a better state than you found it.'&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fps8rj3njw0f26s8tzg2i.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fps8rj3njw0f26s8tzg2i.jpg" alt="Image description" width="640" height="320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As developers, we are constantly faced with challenges to produce clean, readable, and maintainable code. One of the simplest yet most powerful methods to achieve this goal is the Boy Scout Rule. Inspired by the idea of leaving the environment in a better state than we found it, this rule can have a significant impact on the quality of our code. In this article, we will explore this concept and discover how it can enhance our development process&lt;/p&gt;

&lt;p&gt;The Boy Scout Rule, popularized by software engineering veteran Robert C. Martin, encourages us to improve the code with every change we make, even if that change is not directly related to our current task. This can include minor adjustments such as renaming variables for clarity, adding comments to explain complex parts of the code, or reorganizing sections for better readability.&lt;/p&gt;

&lt;p&gt;The Benefits of Following the Rule&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cleaner Code&lt;/strong&gt;: By adopting this rule, we ensure that our code remains consistently clean and organized. The cumulative effect of small improvements over time contributes to overall quality maintenance.&lt;/p&gt;

&lt;p&gt;Ease of Maintenance: Well-maintained code is easier to understand and modify. Future development teams will appreciate code that reads like a well-written book.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reducing Technical Debt&lt;/strong&gt;: By preventing the accumulation of poor code, we avoid technical debt, allowing development to proceed smoothly without being hindered by quality issues.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Apply the Boy Scout Rule&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Be Conscious&lt;/strong&gt;: Every time you modify a part of the code, be mindful of opportunities for improvement. Ask yourself, "How can I leave this part of the code in a better state?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prioritize&lt;/strong&gt;: Not all improvements are equal. Focus on changes that will have the most impact on code readability, maintainability, and clarity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Communicate&lt;/strong&gt;: Share the Boy Scout Rule with your colleagues. Encourage a development culture where a commitment to quality is valued.&lt;/p&gt;

&lt;p&gt;The Boy Scout Rule is a simple yet effective approach to ensuring the ongoing quality of our code. By incorporating this philosophy into our development process, we contribute to an environment where code respect and a continuous improvement mindset are at the core of our work. So, the next time you make a change, ask yourself, &lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;'Am I leaving the code in a better state than I found it?'&lt;/strong&gt;&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;Your code, your colleagues, and your future self will thank you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5fz7p8sic5xl3rzmjqr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5fz7p8sic5xl3rzmjqr.png" alt="Image description" width="800" height="405"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>11 Pieces of Advice I Wish I Had Known as a Junior Developer</title>
      <dc:creator>Ibrahima D.</dc:creator>
      <pubDate>Wed, 16 Aug 2023 10:41:40 +0000</pubDate>
      <link>https://dev.to/ibrahimdans/11-pieces-of-advice-i-wish-i-had-known-as-a-junior-developer-2o7e</link>
      <guid>https://dev.to/ibrahimdans/11-pieces-of-advice-i-wish-i-had-known-as-a-junior-developer-2o7e</guid>
      <description>&lt;p&gt;Being a &lt;strong&gt;junior developer&lt;/strong&gt; is an exciting stage, but it's often filled with challenges and learning experiences. Looking back, many developers realize that there were several things they would have liked to know at the beginning of their careers. This article delves into the valuable lessons and advice that I would have wished to receive when starting out in the field.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Don't Neglect the Basics !!!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One of the most common mistakes made by junior developers is to focus solely on memorizing syntax and using ready-made solutions. In reality, understanding the fundamental concepts of programming and specific languages is essential. This enables more effective problem-solving, adaptation of solutions to needs, and building a solid foundation for further development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Read the Documentation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Reading, re-reading, and reading documentation again is often underestimated, but it can make all the difference in the development process. Junior developers should learn to read and create accurate documentation from the start. This facilitates collaboration with other team members, understanding libraries and frameworks, and contributes to quick problem resolution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Learn How to Learn&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The development industry evolves rapidly with new technologies and emerging best practices constantly. Developers should become familiar with the idea that learning never stops. Participating in online courses, following relevant blogs, and working on personal projects are all ways to stay updated and continue evolving.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Code Simply, Then Format the Code&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's easy to fall into the trap of wanting to write perfect code from the start. However, it's more important to focus on efficient problem-solving. Developers should learn to iterate, test their ideas quickly, and improve gradually. Perfection comes with experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Don't Hesitate to Ask Questions and Seek Help&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Development isn't limited to just programming. Communication with team members, clients, and stakeholders is crucial for understanding needs, sharing ideas, and solving problems. Developers should cultivate their communication skills to become valuable team members.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Don't Fear Failure&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Making mistakes is part of learning, so don't be afraid of making them. Even great software developers have been fired, made mistakes, and felt down, but what makes them great is that they rise and learn from their mistakes. Don't be discouraged by errors or bugs; use them as learning and growth opportunities.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Contribute to Open Source Software&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You'll learn a lot by contributing to an open-source project, so by helping the community, you're helping yourself, and maintainers are happy. Start small and learn about the project; begin with a framework/tool you use. There are many ways to contribute to open-source projects, such as reporting a bug, reproducing the bug, and writing code to fix a bug or implement a new feature.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Be Open to Feedback and Criticism&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Receiving constructive feedback on your code is a chance to learn and improve. Be open to critiques and consider them as opportunities for growth. Practicing egoless programming can be beneficial.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Manage Your Time&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Development can be time-intensive. Learn to manage your time by planning, setting priorities, and avoiding getting overwhelmed by secondary tasks. The day you're satisfied with your development is the day you'll no longer grow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. Version Your Code (GitHub, GitLab, Bitbucket ...)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Use a version control system like Git from the start. This allows you to track the evolution of your code, collaborate more effectively with other developers, and revert changes if necessary.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11. Enjoy the Journey&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Taking breaks and vacations is essential to maintain a healthy balance between work and personal life. Schedule short, regular breaks throughout the day to rest your mind. Techniques like the Pomodoro technique recommend working for about 25 minutes and then taking a 5-minute break. Use this time to stand up, stretch, take deep breaths, or simply step away from your screen.&lt;/p&gt;

&lt;p&gt;Don't underestimate the importance of vacations. Plan your time off in advance and make sure to adhere to it. When you go on vacation, truly disconnect from work. Avoid checking your work emails or thinking about ongoing projects. Allow yourself the necessary time to rest, relax, and recharge.&lt;/p&gt;

&lt;p&gt;Regardless of the experience gained over the years, being junior or senior isn't determined by time alone, but by the level of professionalism one achieves. Each day is an opportunity to continue learning, growing, and refining one's skills. This mindset enables me not only to embrace new technologies and tackle challenges but also to stay connected to the very essence of programming – a constant quest for improvement and understanding. Recognizing that development is a perpetually evolving field, I remain linked to its ever-changing dynamics.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>learning</category>
    </item>
    <item>
      <title>Egoless Programming</title>
      <dc:creator>Ibrahima D.</dc:creator>
      <pubDate>Thu, 10 Aug 2023 12:21:55 +0000</pubDate>
      <link>https://dev.to/ibrahimdans/egoless-programming-1h9o</link>
      <guid>https://dev.to/ibrahimdans/egoless-programming-1h9o</guid>
      <description>&lt;p&gt;In the dynamic landscape of software development, a transformative concept is gaining prominence: "Egoless Programming." Rooted in collaboration and humility, this approach transcends individual ego to prioritize collective success. This article delves into the tenets of egoless programming, its impact on project quality, and its role in cultivating a harmonious development environment. A fresh perspective that could steer developers toward more efficient and fulfilling horizons.&lt;/p&gt;

&lt;p&gt;Egoless programming," also known as "programming without ego" in French, is a concept in the field of computer programming that encourages developers to embrace a humble and collaborative approach when creating software. The fundamental idea behind egoless programming is for developers to set aside their ego, biases, and personal desires in order to work together constructively and produce high-quality code.&lt;/p&gt;

&lt;p&gt;The key principles of egoless programming include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Focus on Results, Not Individuals&lt;/strong&gt;: Emphasis is placed on achieving project objectives rather than seeking personal credit or recognition. Programmers prioritize what's best for the software and its users, rather than their own glory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Embrace Constructive Criticism&lt;/strong&gt;: Programmers should be open to feedback and suggestions from peers. They should be willing to challenge their own code and make improvements based on received feedback.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Team Collaboration&lt;/strong&gt;: Egoless programming promotes effective collaboration and communication among team members. Programmers should be ready to share knowledge and learn from others, rather than monopolizing expertise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Continuous Learning&lt;/strong&gt;: Programmers acknowledge that there's always something new to learn and discover. They should be open to continuous learning and skill improvement.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Minimize Code Ownership&lt;/strong&gt;: Instead of clinging to specific code as if it were their exclusive creation, programmers should encourage code sharing and collective improvement.&lt;/p&gt;

&lt;p&gt;Egoless programming can contribute to code quality enhancement, reduce conflicts within the development team, and foster a more positive and collaborative work environment. Ultimately, the focus is on creating high-quality software rather than individual programmer ego.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
