- Scan ID:
- 59f257fc-c97b-4e0f-933e-8225287ebaa3Finished
- Submitted URL:
- https://milesonerd.github.io/
- Report Finished:
Links · 66 found
The outgoing links identified from the page
Link | Text |
---|---|
https://orcid.org/0009-0000-1734-5150 | ORCID ID |
https://bitbucket.org/milesonerd | Bitbucket |
https://codeberg.org/MilesONerd | Codeberg |
https://gitea.com/MilesONerd | Gitea |
http://github.com/MilesONerd | GitHub |
https://gitlab.com/MilesONerd | GitLab |
https://g.dev/MilesONerd | Google Developer |
https://gravatar.com/milesonerd | Gravatar |
http://huggingface.co/milesonerd | Hugging Face |
https://instagram.com/milesonerd |
JavaScript Variables · 11 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
addLoadEvent | function |
gtag | function |
dataLayer | object |
google_tag_manager | object |
google_tag_data | object |
googletag | object |
onYouTubeIframeAPIReady | function |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
warning | other |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enzo Fuke | If it hasn't worked out yet, it's because it's not over yet</title>
<meta name="description" content="I am Full Stack Developer, AI enthusiast and Cibersecurity Enthusiast">
<meta name="keywords" content="Enzo Fuke, MilesONerd, Data, Data and Machine Learning, Data and Machine Learning Professional, Full Stack Developer, Python, AI, Machine Learning, Deep Learning, Cybersecurity, Web Developer, Programming, GitHub, Technology, Software Development, Cloud Computing, Docker, Rust, Blockchain, Decentralized Web, Web3, Solidity, NoSQL, DevOps, Big Data, Data Engineering, Quantitative Analysis, Advanced Security, Cryptography, Automated Systems, API Development, Agile Development, Scalable Systems">
<script type="text/javascript">
/* <![CDATA[ */
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function () {
oldonload();
func();
}
}
}
/* ]]> */
</script>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-K1NTQNHTPW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K1NTQNHTPW');
</script>
<script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K6BTNN8R');</script>
<!-- End Google Tag Manager -->
<meta property="og:url" content="https://milesonerd.github.io">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Enzo Fuke">
<meta property="og:title" content="Enzo Fuke | If it hasn't worked out yet, it's because it's not over yet">
<meta property="og:description" content="If it hasn't worked out yet, it's because it's not over yet">
<meta property="og:image" content="image/Phoenix.jpg"> <meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:domain" content="milesonerd.github.io">
<meta name="twitter:url" content="https://milesonerd.github.io">
<meta name="twitter:title" content="Enzo Fuke | If it hasn't worked out yet, it's because it's not over yet">
<meta name="twitter:description" content="If it hasn't worked out yet, it's because it's not over yet">
<meta name="twitter:image" content="image/Phoenix.jpg"> <meta name="twitter:image:width" content="1200">
<meta name="twitter:image:height" content="1200">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="manifest" href="img/site.webmanifest">
</head><body><div class="h-card">
<a class="u-url" href="https://milesonerd.github.io/">
<img class="u-photo" src="image/Phoenix.jpg" alt="Phoenix Logo Representing Enzo Fuke's Online Identity" width="80" height="80">
</a>
</div>
<link rel="webmention" href="https://webmention.io/milesonerd.github.io/webmention">
<link rel="pingback" href="https://webmention.io/milesonerd.github.io/xmlrpc">
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="https://milesonerd.github.io/feed.xml">
<style>
body {
font-family: Times New Roman, serif;
line-height: 1.6;
color: #fff;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #000;
}
header {
background-color: #000;
padding: 10px 20px;
border-bottom: 2px solid #fff;
}
nav ul {
display: flex;
justify-content: space-around;
list-style-type: none;
margin: 0;
padding: 0;
}
nav ul li {
margin: 0 10px;
}
nav ul li a {
font-size: 18px;
color: #fff;
text-decoration: none;
padding: 5px 10px;
border: 1px solid transparent;
transition: all 0.3s ease;
}
nav ul li a:hover {
color: #f0f0f0;
border: 1px solid #f0f0f0;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.1);
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.hero {
background-color: #010101;
color: #fefefe;
padding: 80px 40px;
text-align: center;
margin-bottom: 40px;
}
.hero h1 {
font-size: 2.5em;
}
.content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.column {
font-size: 24px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
border-bottom: 2px solid #ffffff;
padding-bottom: 5px;
}
.footer {
text-align: center;
padding: 20px 0;
border-top: 1px solid #ddd;
}
a {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #f0f0f0;
}
a:active {
color: #ffffff;
}
.column ul {
list-style-type: none;
padding: 0;
margin: 0;
}
</style>
<style>
@media (max-width: 768px) {
.header, .content {
flex-direction: column;
align-items: center;
}
.column {
width: 100%;
padding: 10px;
}
header {
text-align: center;
}
nav ul {
flex-direction: column;
align-items: center;
}
nav ul li {
margin: 5px 0;
}
}
</style>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K6BTNN8R"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="https://github.com/MilesONerd/milesonerd.github.io/discussions">Community</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero">
<h1>Enzo Fuke</h1>
<p>If it hasn't worked out yet, it's because it's not over yet</p>
</section>
<section class="content">
<div class="column">
<h2>Who am I?</h2>
<p>I am a Data and Machine Learning Professional and Full Stack developer, who programs in Python, SQL, Go, C#, R, Assembly, Rust, Solidity, Ruby, Kotlin, TypeScript, C++, C and JavaScript. And the NoSQL database. In addition to using the following markup languages Markdown, HTML and CSS. In addition to using script languages Shell Script, GNU Bash and LUA. And the Json data format. I am a big enthusiast of artificial intelligence (AI) and cibersecurity, where I always follow information. Always learn new things. In favor of decentralizing the internet.</p>
<a href="https://orcid.org/0009-0000-1734-5150" class="button">ORCID ID</a>
</div>
<div class="column">
</div>
</section>
<section class="content">
<div class="column">
<h4>Social:</h4>
<ul>
<h5>
<li><a rel="me" href="https://bitbucket.org/milesonerd">Bitbucket</a></li>
<li><a rel="me" href="https://codeberg.org/MilesONerd">Codeberg</a></li>
<li><a rel="me" href="https://gitea.com/MilesONerd">Gitea</a></li>
<li><a rel="me" href="http://github.com/MilesONerd">GitHub</a></li>
<li><a rel="me" href="https://gitlab.com/MilesONerd">GitLab</a></li>
<li><a rel="me" href="https://g.dev/MilesONerd">Google Developer</a></li>
<li><a rel="me" href="https://gravatar.com/milesonerd">Gravatar</a></li>
<li><a rel="me" href="http://huggingface.co/milesonerd">Hugging Face</a></li>
<li><a rel="me" href="https://instagram.com/milesonerd">Instagram</a></li>
<li><a rel="me" href="https://kaggle.com/milesonerd">Kaggle</a></li>
<li><a rel="me" href="https://openprofile.dev/profile/milesonerd">Linux Foundation</a></li>
<li><a rel="me" href="https://fosstodon.org/@MilesONerd">Mastodon (Fosstodon)</a></li>
<li><a rel="me" href="nostr:npub146dsxth0gjyc9u26pl0uw39tzshylqk28ndz7fexnm3epe5udqms203cle">Nostr</a></li>
<li><a rel="me" href="https://www.postman.com/milesonerd">Postman</a></li>
<li><a rel="me" href="https://stackoverflow.com/users/26412577">Stack Overflow</a></li>
<li><a rel="me" href="https://threads.net/milesonerd">Threads</a></li>
<li><a rel="me" href="https://wakatime.com/@MilesONerd">WakaTime</a></li>
</h5>
</ul>
</div>
<div class="column">
<h4>Public repositories:</h4>
<ul>
<h5>
<li><a href="https://github.com/MilesONerd/MilesONerd">MilesONerd</a></li>
<li><a href="https://github.com/MilesONerd/milesonerd.github.io">milesonerd.github.io</a></li>
<li><a href="https://github.com/MilesONerd/cpython">cpython</a></li>
<li><a href="https://github.com/MilesONerd/solidity">solidity</a></li>
<li><a href="https://github.com/MilesONerd/TypeScript">TypeScript</a></li>
<li><a href="https://github.com/MilesONerd/kotlin">kotlin</a></li>
<li><a href="https://github.com/MilesONerd/linux">linux</a></li>
<li><a href="https://github.com/MilesONerd/chromium">chromium</a></li>
<li><a href="https://github.com/MilesONerd/PowerShell">PowerShell</a></li>
<li><a href="https://github.com/MilesONerd/thc-hydra">thc-hydra</a></li>
<li><a href="https://github.com/MilesONerd/nikto">nikto</a></li>
<li><a href="https://github.com/MilesONerd/social-engineer-toolkit">social-engineer-toolkit</a></li>
<li><a href="https://github.com/MilesONerd/Responder">Responder</a></li>
<li><a href="https://github.com/MilesONerd/flamingo">flamingo</a></li>
<li><a href="https://github.com/MilesONerd/mastodon">mastodon</a></li>
<li><a href="https://github.com/MilesONerd/llama3">llama3</a></li>
<li><a href="https://github.com/MilesONerd/gemma">gemma</a></li>
<li><a href="https://github.com/MilesONerd/gpt-2">gpt-2</a></li>
<li><a href="https://github.com/MilesONerd/grok-1">grok-1</a></li>
<li><a href="https://github.com/MilesONerd/tensorflow">tensorflow</a></li>
<li><a href="https://github.com/MilesONerd/transformers">transformers</a></li>
<li><a href="https://github.com/MilesONerd/sonnet">sonnet</a></li>
<li><a href="https://github.com/MilesONerd/vscode">vscode</a></li>
<li><a href="https://github.com/MilesONerd/pytorch">pytorch</a></li>
<li><a href="https://github.com/MilesONerd/kubernetes">kubernetes</a></li>
<li><a href="https://github.com/MilesONerd/xla">xla</a></li>
<li><a href="https://github.com/MilesONerd/stablehlo">stablehlo</a></li>
<li><a href="https://github.com/MilesONerd/atproto">atproto</a></li>
<li><a href="https://github.com/MilesONerd/terminal">terminal</a></li>
<li><a href="https://github.com/MilesONerd/openai-python">openai-python</a></li>
<li><a href="https://github.com/MilesONerd/ChatRTX">ChatRTX</a></li>
<li><a href="https://github.com/MilesONerd/MyFirstLLM">MyFirstLLM</a></li>
</h5>
</ul>
</div>
<div class="column">
<h4>GitHub Stats, Contribuitions and Trophies:</h4>
<ul>
<h5>
<li><a href="https://streak-stats.demolab.com/?user=MilesONerd&count_private=true&theme=dracula&title_color=000117">Total Stats and Contributions</a></li>
<li><a href="https://github-readme-stats.vercel.app/api?username=MilesONerd&hide_title=false&hide_rank=false&show_icons=true&include_all_commits=true&count_private=true&disable_animations=false&theme=dracula&locale=en&hide_border=false&order=1">GitHub Stats</a></li>
<li><a href="https://github-readme-stats.vercel.app/api/top-langs?username=MilesONerd&locale=en&hide_title=false&layout=compact&card_width=320&langs_count=5&theme=dracula&hide_border=false&order=2">Most Used Languages</a></li>
<li><a href="https://github-profile-summary-cards.vercel.app/api/cards/repos-per-language?username=MilesONerd&theme=dracula">Top Languages by Repo</a></li>
<li><a href="https://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=MilesONerd&theme=dracula">Top Languages by Commit</a></li>
<li><a href="https://github-profile-summary-cards.vercel.app/api/cards/stats?username=MilesONerd&theme=dracula">Stats</a></li>
<li><a href="https://github-profile-summary-cards.vercel.app/api/cards/productive-time?username=MilesONerd&theme=dracula">Commits</a></li>
<li><a href="https://badges.strrl.dev/commits/daily/MilesONerd?color=000000&style=for-the-badge&labelColor=FF0000">Commits Today</a></li>
<li><a href="https://badges.strrl.dev/commits/weekly/MilesONerd?color=000000&style=for-the-badge&labelColor=FF0000">Commits this Week</a></li>
<li><a href="https://badges.strrl.dev/commits/monthly/MilesONerd?color=000000&style=for-the-badge&labelColor=FF0000">Commits this Month</a></li>
<li><a href="https://badges.strrl.dev/commits/all/MilesONerd?color=000000&style=for-the-badge&labelColor=FF0000">All Commits</a></li>
<li><a href="https://badges.strrl.dev/years/MilesONerd?color=000000&style=for-the-badge&labelColor=FF0000">Years on GitHub</a></li>
<li><a href="https://badges.strrl.dev/visits/MilesONerd/MilesONerd?color=000000&style=for-the-badge&labelColor=FF0000">Profile Visits</a></li>
<li><a href="https://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=MilesONerd&theme=dracula">Contributions</a></li>
<li><a href="https://github-contributor-stats.vercel.app/api?username=MilesONerd&limit=5&theme=dracula&combine_all_yearly_contributions=true">GitHub Contributor Stats</a></li>
<li><a href="https://github-readme-activity-graph.vercel.app/graph?username=MilesONerd&bg_color=20232A&color=57BCDA&line=57BCDA&point=0b7e9e&area=true&hide_border=true">Contribution Graph</a></li>
<li><a href="https://raw.githubusercontent.com/MilesONerd/MilesONerd/output/github-contribution-grid-snake-dark.svg">Snake Contribution Graph</a></li>
</h5>
</ul>
</div>
<div class="column">
<h4>Policies:</h4>
<ul>
<h5>
<li><a href="/terms-of-service">Terms of Service</a></li>
<li><a href="/privacy-policy">Privacy Policy</a></li>
<li><a href="/cookies">Cookies Policy</a></li>
</h5>
</ul>
</div>
</section>
<h1 align="center">
If it hasn't worked out yet, it's because it's not over yet
</h1>
</main>
<footer class="footer">
<h5 align="left">
<a id="cy-effective-orcid-url" class="underline" href="https://orcid.org/0009-0000-1734-5150" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align: top">
<img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width: 1em; margin-inline-start: 0.5em" alt="ORCID iD icon">
https://orcid.org/0009-0000-1734-5150
</a>
</h5>
<h5 align="left">
<div>
<a href="https://github.com/MilesONerd/milesonerd.github.io">Repository</a> |
<a href="https://github.com/MilesONerd/milesonerd.github.io/blob/main/LICENSE">Licence</a> |
<a href="https://milesonerd.github.io/feed.xml">Feed RSS</a> |
<a href="/acessibility">Acessibility</a> |
<a href="/security">Security</a>
</div>
</h5>
<h5 align="right">
<p>Hosted by <a href="https://pages.github.com" rel="nofollow">GitHub Pages</a></p>
</h5>
<h5 align="center">
<p>This website is not affiliated with any of the companies mentioned. All product names, logos, brands and other trademarks are the property of their respective owners.</p>
<p>Copyright © 2024 Enzo Fuke. All Rights Reserved.</p>
</h5>
</footer>
</body></html>