<?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: #OLAJIDE MICHAEL</title>
    <description>The latest articles on DEV Community by #OLAJIDE MICHAEL (@apex_frost1).</description>
    <link>https://dev.to/apex_frost1</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3874069%2F7a41bd28-2218-4207-a0ac-7196149da373.jpg</url>
      <title>DEV Community: #OLAJIDE MICHAEL</title>
      <link>https://dev.to/apex_frost1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/apex_frost1"/>
    <language>en</language>
    <item>
      <title>ThinkPads and Cybersecurity</title>
      <dc:creator>#OLAJIDE MICHAEL</dc:creator>
      <pubDate>Tue, 16 Jun 2026 14:15:53 +0000</pubDate>
      <link>https://dev.to/apex_frost1/thinkpads-and-cybersecurity-2p84</link>
      <guid>https://dev.to/apex_frost1/thinkpads-and-cybersecurity-2p84</guid>
      <description>&lt;p&gt;Why ThinkPads Are the Unofficial Laptop of Cybersecurity&lt;br&gt;
If you've spent any time around the security community — CTFs, DEF CON, online forums — you've noticed something: everyone seems to be running a ThinkPad.&lt;br&gt;
It's not coincidence. Here's what actually makes them the go-to:&lt;br&gt;
Linux compatibility — ThinkPads have some of the best out-of-the-box Linux support of any hardware. Kali, Parrot, BlackArch install and run without the usual driver headaches.&lt;br&gt;
Hackable hardware — The modular design means you can swap in WiFi adapters that support monitor mode and packet injection — something a lot of security workflows depend on.&lt;br&gt;
Physical security controls — Older models have dedicated hardware switches for WiFi/Bluetooth, plus solid BIOS customization options other brands lock down.&lt;br&gt;
Durability — MIL-SPEC rated. These machines survive the kind of environments security work actually happens in.&lt;br&gt;
Secondhand market value — A T440p or X230 costs very little used and still runs modern security distros without breaking a sweat.&lt;br&gt;
And then there's culture. Hackers have used ThinkPads for decades. New people entering the field observe and follow. It compounds.&lt;br&gt;
Currently going through my cybersecurity certification journey — and I finally get the obsession.&lt;br&gt;
Tags: #cybersecurity #linux #thinkpad #infosec #kalilinux #ethicalhacking&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>infosec</category>
      <category>linux</category>
      <category>security</category>
    </item>
    <item>
      <title># Solving a GitHub 403 "Write Access Not Granted" Error #buildinpublic #developers #farmcredai #typescript #reactnative</title>
      <dc:creator>#OLAJIDE MICHAEL</dc:creator>
      <pubDate>Sun, 14 Jun 2026 05:06:20 +0000</pubDate>
      <link>https://dev.to/apex_frost1/-solving-a-github-403-write-access-not-granted-error-buildinpublic-developers-farmcredai-2i99</link>
      <guid>https://dev.to/apex_frost1/-solving-a-github-403-write-access-not-granted-error-buildinpublic-developers-farmcredai-2i99</guid>
      <description>&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%2Fi5ust1gnbvisc76hbdve.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%2Fi5ust1gnbvisc76hbdve.png" alt=" " width="720" height="1612"&gt;&lt;/a&gt; Solving a GitHub 403 "Write Access Not Granted" Error&lt;/p&gt;

&lt;p&gt;While pushing updates to FarmCredAI, I ran into this error:&lt;/p&gt;

&lt;p&gt;remote: Write access to repository not granted.&lt;br&gt;
fatal: unable to access '&lt;a href="https://github.com/...':" rel="noopener noreferrer"&gt;https://github.com/...':&lt;/a&gt; 403&lt;/p&gt;

&lt;p&gt;After checking my remote URL, clearing cached credentials, and testing connectivity, I found the issue was related to authentication and repository permissions.&lt;/p&gt;

&lt;p&gt;Lessons Learned:&lt;br&gt;
• GitHub passwords no longer work for Git operations over HTTPS.&lt;br&gt;
• Use a Personal Access Token (PAT) or SSH key instead.&lt;br&gt;
• Verify that you have write access to the repository.&lt;br&gt;
• Read error messages carefully—they usually point you in the right direction.&lt;/p&gt;

&lt;p&gt;Sometimes the biggest learning moments come from debugging, not coding.&lt;/p&gt;

&lt;h1&gt;
  
  
  git #github #devops #programming #webdev #buildinpublic #developers #farmcredai #typescript #reactnative
&lt;/h1&gt;

</description>
    </item>
  </channel>
</rss>
