Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
302 Found - vbmnc.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 30 May 2025 11:21:31 GMT
Content-Type: text/html
Content-Length: 143
Connection: keep-alive
Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Location: http://vascoconde.com
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=swz5sk2NRotafSlWRuUXL1c%2BNixxfjLmIRotdYqPyOm%2BlGJp9cp03tflGYl0rpXv1ScTd%2FJ4z2dbqsXfvJOtktqZJJhk374SQPJaG%2BEzj9PnJU3RWsfZjVHY5t6eqb7Kr3iExp7n%2Fzs%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 947dd9352fb99720-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=30373&min_rtt=30373&rtt_var=15186&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Kodu 302 Bulundu (Geçici Olarak Taşındı)

302 http kodu, istenen kaynağın geçici olarak farklı bir URL'de mevcut olduğunu gösterir.

Kod 302 ne zaman kullanılır?

  • Bir sayfa URL'sini geçici olarak değiştirirken
  • Yeni içerik test edilirken
  • Geçici bakım sırasında

Kod 302 kullanıcı için ne anlama geliyor?

Kullanıcı otomatik olarak yeni URL'ye yönlendirilir, ancak arama motorları eski adresi dizine eklemeye devam eder.

301 Moved Permanently - http://vascoconde.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/plain; charset=utf-8
Date: Fri, 30 May 2025 11:21:32 GMT
Location: https://vascoconde.com/
Server: Netlify
X-Nf-Request-Id: 01JWGESZMGJK07NG2WCBAHS1FZ
Content-Length: 38
age: 0
cache-status: "Netlify Edge"; fwd=miss
content-type: text/html;charset=UTF-8
date: Fri, 30 May 2025 11:21:32 GMT
etag: W/"45ad-vw/K2oijUO3pt1D4vGS7ynSx828"
server: Netlify
strict-transport-security: max-age=31536000
vary: Accept-Encoding
x-nf-request-id: 01JWGESZPV7ASAKM7346RGTZJB

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 http kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

GET / HTTP/1.1
Host: vbmnc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html><head>
	<meta charset="UTF-8">
	<title>Vasco Conde</title>
	<link rel="stylesheet" type="text/css" href="output.css">
	<link rel="stylesheet" href="devices.min.css" type="text/css">

	<meta name="viewport" content="width=device-width">
	<meta name="viewport" content="initial-scale=1.0">

	<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
	<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
	<link rel="manifest" href="favicon/site.webmanifest">
	<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#ffffff">
	<link rel="shortcut icon" href="favicon/favicon.ico">
	<meta name="msapplication-TileColor" content="#ffffff">
	<meta name="msapplication-config" content="favicon/browserconfig.xml">
	<meta name="theme-color" content="#ffffff">

	<style>
		form {
			margin: 50px auto 20px;
		}
	</style>
</head>

<body class="font-sans text-black leading-tight antialiased vsc-initialized">
	<div class="py-8 lg:py-16 px-8 md:px-20 flex justify-center">

		<div class="max-w-xl flex-grow">
		<div class="flex justify items-center mb-5 lg:mb-0">
			<img src="images/vasco-avatar.jpg" class="flex-initial h-10 w-10 lg:h-32 lg:w-32 rounded-full mr-8">
			<h1 class="flex-initial font-extrabold text-4xl">Hi, <br class="hidden lg:block">I'm Vasco.</h1>
		</div>
		<div class="lg:pl-32 lg:ml-8 text-xl leading-normal spaced-y-3 max-w-xl">
			<p>I'm a software engineer with a love for building digital products.
</p>
			<p>I specialize in full-stack web development using Ruby on Rails and React. <br class="hidden md:block">I also have experience with mobile development, having shipped five iOS apps.</p>

			<p class="font-medium">If you have an interesting project in need of a developer, <a class="text-black" href="mailto:[email protected]"> let's chat! </a></p>

		</div>

		</div>

	</div>

	<!-- CADOUU -->
	<div class="text-lg flex justify-center sm:text-xl bg-viking-light py-8 lg:py-16 px-8 md:px-20 text-teal-darker">
		<div class="max-w-xl">
		<h2 class="text-viking-darker text-bold text-3xl sm:text-4xl">Cadouu</h2>
		<h3 class="text-viking-dark font-normal text-3xl sm:text-4xl">Group Gifting Platform</h3>

		<div class="my-12">
			<img src="images/gfmh_2.jpg" alt="" class="rounded-lg shadow-lg">
		</div>

		<div class=" flex flex-wrap mt-5">

		<div class="leading-normal spaced-y-3 w-full md:w-3/4 mb-5 md:pr-8">
			<h4>Work</h4>

			<p class="italic">Co-Founder &amp; CTO, lead developer
			</p>

			<p>
Cadouu makes organizing group gifts painless. It allows friends and family to come together and celebrate a special occasion by pooling their money and giving one big gift in the name of everyone. Besides the monetary contribution, people can also leave a personal video message that only the receiver will see.</p>

			<p>
				We raised an angel financing round and went through one of the top European accelerators. Unfortunately, the products did not get enough traction, but I learned a lot about product development and technical leadership.
			</p>

			<ul class="md:pl-0 leading-normal spaced-y-3 max-w-lg">
				<li>Developed backend system handling financial transactions.</li>
				<li>Integrated with Stripe Connect to handle payments and transfers.</li>
				<li>Helped shape product direction.</li>
				<li>Managed other developers on the team.</li>
			</ul>
		</div>



		<div class=" md:ml-6">
			<h4 class="mt-5 mb-3 md:mt-0">Technologies</h4>
			<ul class="pl-0 text-base leading-normal max-w-lg list-reset">
				<li>Ruby on Rails</li>
				<li>React.js </li>
				<li>PostgreSQL </li>
				<li>RSpec </li>
				<li>Sidekiq </li>
				<li>Stripe </li>
				<li>Heroku</li>
		</ul></div>

		</div>

		
	</div>
	</div>


	<!-- GIFT SWIPE -->

	<div class="text-lg flex justify-center sm:text-xl bg-grey-light py-8 lg:py-16 px-8 md:px-20 text-grey-darker">
		<div class="max-w-xl">
		<h2 class="text-grey-darker text-bold text-3xl sm:text-4xl">GiftSwipe</h2>
		<h3 class="text-grey-dark font-normal text-3xl sm:text-4xl">Mobile web-app to curate and share a wishlist</h3>

		<div class="flex justify-around md:justify-between my-12">
		<div class="" style="width: 214px;  height: 435px;">
		<div class="marvel-device iphone-x" style="transform: scale(0.5);     transform-origin: 0 0; position: absolute;">
		    <div class="notch">
		        <div class="camera"></div>
		        <div class="speaker"></div>
		    </div>
		    <div class="top-bar"></div>
		    <div class="sleep"></div>
		    <div class="bottom-bar"></div>
		    <div class="volume"></div>
		    <div class="overflow">
		        <div class="shadow shadow--tr"></div>
		        <div class="shadow shadow--tl"></div>
		        <div class="shadow shadow--br"></div>
		        <div class="shadow shadow--bl"></div>
		    </div>
		    <div class="inner-shadow"></div>
		    <div class="screen">
		    	<video height="100%" autoplay="" loop="" muted="" playsinline="" style="object-fit: fill;">
		    		   <source id="video-src" src="images/gs_1.mp4" type="video/mp4">
		    	</video>
		    </div>
		</div>
		</div>

		<div class="hidden md:block" style="width: 214px;  height: 435px;">
		<div class="marvel-device iphone-x " style="transform: scale(0.5); transform-origin: 0 0; position: absolute;">
		    <div class="notch">
		        <div class="camera"></div>
		        <div class="speaker"></div>
		    </div>
		    <div class="top-bar"></div>
		    <div class="sleep"></div>
		    <div class="bottom-bar"></div>
		    <div class="volume"></div>
		    <div class="overflow">
		        <div class="shadow shadow--tr"></div>
		        <div class="shadow shadow--tl"></div>
		        <div class="shadow shadow--br"></div>
		        <div class="shadow shadow--bl"></div>
		    </div>
		    <div class="inner-shadow"></div>
		    <div class="screen">
		    	<img src="images/gs_2.png" alt="">
		    </div>
		</div>
		</div>

		<div class="hidden sm:block" style="width: 214px; height: 435px;">

		<div class=" marvel-device iphone-x" style="transform: scale(0.5); transform-origin: 0 0; position: absolute;">
		    <div class="notch">
		        <div class="camera"></div>
		        <div class="speaker"></div>
		    </div>
		    <div class="top-bar"></div>
		    <div class="sleep"></div>
		    <div class="bottom-bar"></div>
		    <div class="volume"></div>
		    <div class="overflow">
		        <div class="shadow shadow--tr"></div>
		        <div class="shadow shadow--tl"></div>
		        <div class="shadow shadow--br"></div>
		        <div class="shadow shadow--bl"></div>
		    </div>
		    <div class="inner-shadow"></div>
		    <div class="screen">
		    	<img src="images/gs_3.png" alt="">
		    </div>
		</div>
		</div>

		</div>

		<div class=" flex flex-wrap mt-5">

		<div class="leading-normal spaced-y-3 w-full md:w-3/4 mb-5 md:pr-8">
			<h4>Work</h4>

			<p class="italic">Co-founder &amp; CTO
			</p>


			<p>
				GiftSwipe, a spin-off product of Cadouu, is a mobile web-app to discover new products, get recommendations from friends and quickly build a wishlist to keep track of your favorite items.
			</p>



			<ul class="md:pl-0 leading-normal spaced-y-3 max-w-lg">
			<li>Developed mobile progressive web application.</li>
			<li>Quickly iterated on the initial prototype and launched in just six weeks.</li>
			</ul>
		</div>



		<div class=" md:ml-6">
			<h4 class="mt-5 mb-3 md:mt-0">Technologies</h4>
			<ul class="pl-0 text-base leading-normal max-w-lg list-reset">
				<li>Ruby on Rails</li>
				<li>React.js </li>
				<li>PostgreSQL </li>
				<li>RSpec </li>
				<li>Sidekiq </li>
				<li>Heroku</li>
		</ul></div>
		</div>

		</div>

		
	</div>
	


	<!-- CARBON HERO -->

	<div class="text-lg flex justify-center sm:text-xl bg-purple-lightester py-8 lg:py-16 px-8 md:px-20 text-green-darker">
		<div class="max-w-xl">
		<h2 class="text-green-darker text-bold text-3xl sm:text-4xl">CarbonHero</h2>
		<h3 class="text-green-dark font-normal text-3xl sm:text-4xl">Make your holiday celebrations carbon-neutral</h3>

		<div class="flex justify-around md:justify-between my-12">
		<div class="" style="width: 214px;  height: 435px;">
		<div class="marvel-device iphone-x" style="transform: scale(0.5);     transform-origin: 0 0; position: absolute;">
		    <div class="notch">
		        <div class="camera"></div>
		        <div class="speaker"></div>
		    </div>
		    <div class="top-bar"></div>
		    <div class="sleep"></div>
		    <div class="bottom-bar"></div>
		    <div class="volume"></div>
		    <div class="overflow">
		        <div class="shadow shadow--tr"></div>
		        <div class="shadow shadow--tl"></div>
		        <div class="shadow shadow--br"></div>
		        <div class="shadow shadow--bl"></div>
		    </div>
		    <div class="inner-shadow"></div>
		    <div class="screen">
		    	<img src="images/ch_2.png" alt="">
		    </div>
		</div>
		</div>

		<div class="hidden md:block" style="width: 214px;  height: 435px;">
		<div class="marvel-device iphone-x " style="transform: scale(0.5); transform-origin: 0 0; position: absolute;">
		    <div class="notch">
		        <div class="camera"></div>
		        <div class="speaker"></div>
		    </div>
		    <div class="top-bar"></div>
		    <div class="sleep"></div>
		    <div class="bottom-bar"></div>
		    <div class="volume"></div>
		    <div class="overflow">
		        <div class="shadow shadow--tr"></div>
		        <div class="shadow shadow--tl"></div>
		        <div class="shadow shadow--br"></div>
		        <div class="shadow shadow--bl"></div>
		    </div>
		    <div class="inner-shadow"></div>
		    <div class="screen">
		    	<img src="images/ch_1.png" alt="">
		    </div>
		</div>
		</div>

		<div class="hidden sm:block" style="width: 214px; height: 435px;">

		<div class=" marvel-device iphone-x" style="transform: scale(0.5); transform-origin: 0 0; position: absolute;">
		    <div class="notch">
		        <div class="camera"></div>
		        <div class="speaker"></div>
		    </div>
		    <div class="top-bar"></div>
		    <div class="sleep"></div>
		    <div class="bottom-bar"></div>
		    <div class="volume"></div>
		    <div class="overflow">
		        <div class="shadow shadow--tr"></div>
		        <div class="shadow shadow--tl"></div>
		        <div class="shadow shadow--br"></div>
		        <div class="shadow shadow--bl"></div>
		    </div>
		    <div class="inner-shadow"></div>
		    <div class="screen">
		    	<img src="images/ch_3.png" alt="">
		    </div>
		</div>
		</div>

		</div>

		<div class=" flex flex-wrap mt-5">

		<div class="leading-normal spaced-y-3 w-full md:w-3/4 mb-5 md:pr-8">
			<h4>Work</h4>

			<p class="italic">Technical Lead, backend development, iOS development
			</p>

			<p>CarbonHero calculates the carbon footprint caused by your holiday celebration and enables you to offset those emissions using officially accredited carbon certificates.
</p>

			<p>
				Choose between two different categories of climate initiatives: Forest Protection and Renewable Energy. Purchase your compensation and get information on the climate project used to neutralize your emissions.
			</p>

			<ul class="md:pl-0 leading-normal spaced-y-3 max-w-lg">
			<li>Led the development of the iOS app and backend.</li>
			<li>Designed REST API.</li>
			<li>Managed and reviewed the work of two developers.
</li>
			<li>Integrated with Stripe to support mobile payments.</li>
			</ul>
		</div>



		<div class=" md:ml-6">
			<h4 class="mt-5 mb-3 md:mt-0">Technologies</h4>
			<ul class="pl-0 text-base leading-normal max-w-lg list-reset">
				<li>iOS (Swift) </li>
				<li>Ruby on Rails</li>
				<li>RSpec </li>
				<li>Sidekiq </li>
				<li>Stripe </li>
				<li>Heroku</li>
		</ul></div>

		</div>

		
	</div>
	</div>

		<!-- FitnessRace -->

	<div class="text-lg flex justify-center sm:text-xl bg-froly-lighter py-8 lg:py-16 px-8 md:px-20 text-froly-darker">
		<div class="max-w-xl">
		<h2 class="text-froly-darker text-bold text-3xl sm:text-4xl">FitnessRace</h2>
		<h3 class="text-froly-dark font-normal text-3xl sm:text-4xl">Multiplayer Fitness Mobile Game</h3>



		<div class=" flex sm:flex-wrap sm:justify-around lg:justify-between my-12">
			<div class="sm:hidden "><video class="shadow-lg rounded-lg" width="100%" autoplay="" loop="" muted="" playsinline="">
		    		   <source id="video-src" src="images/fr_1.mp4" type="video/mp4">
		  		</video></div>


			<div class="fr-iphone hidden sm:block mx-autox xl:mx-0" style="">
					<div class="marvel-device iphone8 silver landscape" style="">
			    <div class="top-bar"></div>
			    <div class="sleep"></div>
			    <div class="volume"></div>
			    <div class="camera"></div>
			    <div class="sensor"></div>
			    <div class="speaker"></div>
			    <div class="screen">
<video height="100%" autoplay="" loop="" muted="" playsinline="" style="object-fit: fill;">
		    		   <source id="video-src" src="images/fr_1.mp4" type="video/mp4">
		    	</video>			    </div>
			    <div class="home"></div>
			    <div class="bottom-bar"></div>
			</div>
		</div>

		<div class="fr-iphone hidden sm:block mx-autox xl:mx-0 xx-hidden xx-md:block" style="">
			<div class="marvel-device iphone8 silver landscape" style="">
			    <div class="top-bar"></div>
			    <div class="sleep"></div>
			    <div class="volume"></div>
			    <div class="camera"></div>
			    <div class="sensor"></div>
			    <div class="speaker"></div>
			    <div class="screen">
					<img class="w-full" src="images/fr_3.jpg" alt="">
			    </div>
			    <div class="home"></div>
			    <div class="bottom-bar"></div>
			</div>
		</div>

		</div>

		<div class=" flex flex-wrap mt-5">

		<div class="leading-normal spaced-y-3 w-full md:w-3/4 mb-5 md:pr-8">
			<h4>Work</h4>

			<p class="italic">Backend development
			</p>

			<p>Fitness Race combines a step counter and mobile 3D game with the goal of incentivizing people to live a more active lifestyle.
</p>
<p>
				The game takes the steps you walk in real life and converts them into in-game steps that you use to race your friends in cartoonish levels based on exotic locations such as New York, Hawaii or Berlin. If you are falling behind, why not try some power-ups such as a Cupcake Trap or a Spaghetti Tornado.

</p>



			<ul class="md:pl-0 leading-normal spaced-y-3 max-w-lg">
			<li>Responsible for the backend development and infrastructure, including implementation of the game logic on the server.
</li>
			<li>Designed and documented REST API.
</li>
			<li>Prototyped initial game logic as a stand-alone rails app to allow for quick iteration on the game mechanics.</li>
			<li>Integrated with push notification and In-App Purchases for iOS and Android.
</li>
			</ul>
		</div>



		<div class=" md:ml-6">
			<h4 class="mt-5 mb-3 md:mt-0">Technologies</h4>
			<ul class="pl-0 text-base leading-normal max-w-lg list-reset">
				<li>Ruby on Rails</li>
				<li>REST API</li>
				<li>RSpec </li>
				<li>Redis </li>
				<li>Sidekiq </li>
				<li>AWS SNS</li>
				<li>Heroku</li>
		</ul></div>

		</div>

		
	</div>
	</div>

	<!-- Calligraphy Practice -->

	<div class="text-lg flex justify-center sm:text-xl bg-almond-lighter py-8 lg:py-16 px-8 md:px-20 text-almond-darkest">
		<div class="max-w-xl">
		<h2 class="text-almond-darkest text-bold text-3xl sm:text-4xl">Calligraphy Practice</h2>
		<h3 class="text-almond-darker font-normal text-3xl sm:text-4xl">Learn calligraphy on the iPad</h3>

	<!--
		<div class="flex justify-around md:justify-between my-12">
			<div class="marvel-device ipad black landscape" style="transform: scale(0.5);     transform-origin: 0 0; position: absolute;">
			    <div class="camera"></div>
			    <div class="screen">
		    		<img src="images/cp_1.jpg" alt="">
			    </div>
			    <div class="home"></div>
			</div>
		</div>

-->


		<div class="my-12">



			<div class="flex -m-2">
			<div class="flex-initial m-2"><img src="images/cp_2.jpg" alt="" class="rounded-lg shadow-lg"></div>
			<div class="flex-initial m-2"><img src="images/cp_4.jpg" alt="" class="rounded-lg shadow-lg"></div>
			<div class="flex-initial m-2"><img src="images/cp_3.jpg" alt="" class="rounded-lg shadow-lg hidden sm:block"></div>
			</div>

			<div class="flex justify-center -m-2 pt-8">
				<!--
				<div class="flex-1 m-2"><img src="images/cp_1.jpg" alt="" class="shadow-lg"></div>
			-->
				<div class="flex-1 m-2 max-w-md">
					<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container"><iframe src="https://www.youtube.com/embed/vkhwm4x7FNk" frameborder="0" allowfullscreen=""></iframe></div>
				</div>
			</div>

		</div>


		<div class=" flex flex-wrap mt-5">

		<div class="leading-normal spaced-y-3 w-full md:w-3/4 mb-5 md:pr-8">
			<h4>Work</h4>

			<p class="italic">iOS development
			</p>

			<p>Calligraphy Practice is an iPad App that teaches you to draw beautiful calligraphy. It features specially designed fonts with tracing steps and a custom multi-touch drawing system that uses two fingers to emulate a calligraphy parallel pen.
</p>

			<p>
				Calligraphy Practice received the award for best New Media project at the 2014 National Prize for the Creative Industries (Portugal).
			</p>

			<ul class="md:pl-0 leading-normal spaced-y-3 max-w-lg">
			<li>Implemented all functionality of the app</li>
			</ul>
		</div>



		<div class=" md:ml-6">
			<h4 class="mt-5 mb-3 md:mt-0">Technologies</h4>
			<ul class="pl-0 text-base leading-normal max-w-lg list-reset">
				<li>iOS (Objective-C) </li>
		</ul></div>

		</div>

		
	</div>
	</div>




</body></html>                               

Alan adının whois bilgisi

Domain Name: VBMNC.COM
Registry Domain ID: 618753996_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2024-09-04T04:03:10Z
Creation Date: 2006-10-04T09:12:48Z
Registry Expiry Date: 2025-10-04T09:12:48Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: KARA.NS.CLOUDFLARE.COM
Name Server: LEE.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-30T11:21:14Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass