Help
RSS
API
Feed
Maltego
Contact
Domain > codedparts.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-09-23
18.173.166.73
(
ClassC
)
2025-11-25
3.163.24.107
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 25 Nov 2025 22:47:48 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://codedparts.com/X-Cache: Redirect from cloudfrontVia: 1.1 89b24af8db05335e68292856e0a53668.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: 7tcfYM-OUq2ajzK0BB8PwIK0MK9S0e91xhMIvhrTxLRUT2YfvcAJhw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 14828Connection: keep-aliveDate: Tue, 25 Nov 2025 22:47:50 GMTLast-Modified: Wed, 10 Sep 2025 16:40:52 GMTETag: eaf98a47dd2f09733ec02cd20b2b7f6dServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 f9cbfbc3568832d017c09dbd4649932c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: E4yHwl9_hhsX2mtY5FYvzhSmQ09EOLFsYUsbxcep56hKF4SqTzKA0Q !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Coded Parts | A Hub for Software Engineering and Computer Science Knowledge/title> link relicon hrefassets/img/favicon.svg typeimage/svg+xml> meta propertyog:title contentCoded Parts | A Hub for Software Engineering and Computer Science Knowledge> meta propertyog:description contentEnhance your system design skills, elevate your coding skills, and empower your career.> meta propertyog:image contenthttps://codedparts.com/assets/img/ogimg.png> meta propertyog:url contenthttps://codedparts.com> meta propertyog:type contentwebsite> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; } :root { --primary-black: #111111; --secondary-black: #2D2D2D; --primary-white: #FFFFFF; --secondary-white: #F5F5F5; } body { background-color: var(--primary-white); color: var(--primary-black); line-height: 1.6; } .container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; } /* Header Styles */ header { background-color: var(--primary-white); padding: 1.5rem 0; position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } nav { display: flex; justify-content: space-between; align-items: center; position: relative; } .logo { font-size: 1.5rem; font-weight: 700; color: var(--primary-black); text-decoration: none; } .nav-links { display: flex; gap: 2rem; } .menu-button { display: none; } .nav-links a { color: var(--primary-black); text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .nav-links a:hover { color: var(--secondary-black); transform: scale(1.05); transition: all 0.1s ease-in; } /* Hero Section */ .hero { padding: 8rem 0 4rem; background-color: var(--primary-white); text-align: center; } .hero { position: relative; } .hero::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(assets/img/hero.png) repeat-x center center / cover; opacity: 0.3; } .hero>.container { position: relative; z-index: 1; } .hero h1 { font-size: 3.5rem; font-weight: 800; margin: 2rem 0 1.5rem 0; line-height: 1.2; } .hero p { font-size: 1.25rem; color: var(--secondary-black); max-width: 600px; margin: 0 auto 2rem; } .cta-button { display: inline-block; background-color: var(--primary-black); color: var(--primary-white); padding: 1rem 2rem; border-radius: 5px; text-decoration: none; font-weight: 600; transition: transform 0.3s ease; margin: 0 0.5rem; } .cta-button:hover { transform: translateY(-2px); } .cta-button.secondary { background-color: transparent; border: 2px solid var(--primary-black); color: var(--primary-black); } .cta-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; } /* Features Section */ .features { padding: 4rem 0; background-color: var(--secondary-white); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; padding: 2rem 0; } .feature-card { background-color: var(--primary-white); padding: 2rem; border-radius: 10px; text-align: center; transition: transform 0.3s ease; } .feature-card:hover { transform: translateY(-5px); } .feature-card h3 { margin: 1rem 0; font-size: 1.5rem; } /* About Section */ .about { padding: 6rem 0; background-color: var(--primary-white); } .about-content { max-width: 800px; margin: 0 auto; text-align: center; } .about h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 2rem; color: var(--primary-black); } .about p { font-size: 1.1rem; line-height: 1.8; color: var(--secondary-black); margin-bottom: 1.5rem; } /* Footer Styles */ footer { background-color: var(--primary-black); color: var(--primary-white); padding: 3rem 0; } .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; } .footer-links { display: flex; gap: 2rem; } .footer-links a { color: var(--primary-white); text-decoration: none; font-size: 0.9rem; transition: opacity 0.3s ease; } .footer-links a:hover { opacity: 0.8; } .copyright { font-size: 0.9rem; opacity: 0.8; } /* Responsive Design */ @media (max-width: 768px) { .container { padding: 0 1.5rem; } header { padding: 1rem 0; } .menu-button { display: flex; flex-direction: column; justify-content: center; align-items: center; background: none; border: none; cursor: pointer; padding: 0.5rem; z-index: 1001; width: 40px; height: 40px; } .menu-button span { display: block; width: 25px; height: 2px; background-color: var(--primary-black); margin: 2px 0; transition: all 0.3s ease; } .menu-button.active span{ background-color: var(--primary-white); } .menu-button.active span:nth-child(1) { transform: rotate(45deg) translate(8px); } .menu-button.active span:nth-child(2) { opacity: 0; } .menu-button.active span:nth-child(3) { transform: rotate(-45deg) translate(8px); } .nav-links.active { right: 0; } .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999; } .overlay.active { display: block; } .hero { padding-top: 6rem; } .hero h1 { font-size: 2.2rem; padding: 0 1rem; } .hero p { padding: 0 1rem; font-size: 1.1rem; } .nav-links { position: fixed; top: 0; right: -250px; height: 100vh; width: 250px; background-color: var(--primary-black); flex-direction: column; padding: 5rem 2rem 2rem; transition: right 0.3s ease; display: flex; gap: 1.5rem; z-index: 1000; } .nav-links a { color: var(--primary-white); font-size: 1.2rem; padding: 0.5rem 0; } .nav-links a:hover { color: var(--primary-white); transition: all 0.1s ease-in; border-bottom: 2px solid var(--primary-white); } .footer-content { flex-direction: column; text-align: center; } .footer-links { flex-direction: column; gap: 1rem; } .about h2 { font-size: 2rem; padding: 0 1rem; } .about p { padding: 0 1.5rem; } .cta-buttons { flex-direction: column; align-items: center; } .cta-button { margin: 0.5rem 0; width: 80%; text-align: center; } } /style>/head>body> div classoverlay>/div> header> nav classcontainer> a href/ classlogo> img srcassets/img/logo.svg altCoded Parts Logo width100 /> /a> button classmenu-button> span>/span> span>/span> span>/span> /button> div classnav-links> a hrefhttps://medium.com/@codedparts>Blog/a> a hrefhttps://tools.codedparts.com>Tools/a> a href#>Resources/a> a href#about>About/a> /div> /nav> /header> section classhero> div classcontainer> h1>Master Software Engineeringbr>One Concept at a Time/h1> p>Level up your programming skills with comprehensive tutorials, practical examples, custom tools, and expert insights./p> div classcta-buttons> a hrefhttps://tools.codedparts.com classcta-button>Explore Tools →/a> a hrefhttps://youtube.com/@codedparts classcta-button secondary>Watch Tutorials/a> a hrefhttps://medium.com/@codedparts classcta-button secondary>Read Articles/a> /div> /div> /section> section classfeatures idfeatures> div classcontainer> div classfeatures-grid> div classfeature-card> h3>In-Depth Tutorials/h3> p>Comprehensive guides covering everything from basic programming concepts to advanced software architecture./p> /div> div classfeature-card> h3>Custom Tools/h3> p>Custom developer tools and scripts to help you save time, boost productivity and build a presence on social media./p> /div> div classfeature-card> h3>Expert Insights/h3> p>All tools and learning resources are created by a software engineer with over 10 years of experience./p> /div> /div> /div> /section> section classabout idabout> div classcontainer> div classabout-content> h2>About Coded Parts/h2> p>Hi, Im Parthipan, a software engineer with over a decade of experience in building scalable applications. Throughout my career, Ive worked with various technologies and frameworks, from building microservices architectures to developing cloud-native applications./p> p>I created Coded Parts as a platform to share my knowledge and experience with fellow developers. My goal is to help you understand complex software engineering concepts through practical examples and real-world applications. Whether youre just starting your journey in software development or looking to level up your skills, youll find valuable resources here./p> p>Beyond tutorials and guides, Im passionate about creating tools that make developers lives easier. Every tool and resource on this platform is crafted with attention to detail and backed by years of industry experience./p> /div> /div> /section> footer> div classcontainer> div classfooter-content> div classfooter-links> a href/terms.html>Terms & Conditions/a> a href/privacy.html>Privacy Policy/a> /div> div classcopyright> © span idyear>/span> Coded Parts. All rights reserved. /div> /div> /div> /footer> script> const menuButton document.querySelector(.menu-button); const navLinks document.querySelector(.nav-links); const overlay document.querySelector(.overlay); function closeNavMenu() { menuButton.classList.remove(active); navLinks.classList.remove(active); overlay.classList.remove(active); } menuButton.addEventListener(click, () > { menuButton.classList.toggle(active); navLinks.classList.toggle(active); overlay.classList.toggle(active); }); overlay.addEventListener(click, closeNavMenu); // Close menu when clicking on a link document.querySelectorAll(.nav-links a).forEach(link > { link.addEventListener(click, closeNavMenu); }); /script> script> document.getElementById(year).textContent new Date().getFullYear(); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]