2024-02-05 06:37:21 +00:00
<!doctype html>
<!-- [if lt IE 7]> <html class="no - js lt - ie9 lt - ie8 lt - ie7" lang=""> <![endif] -->
<!-- [if IE 7]> <html class="no - js lt - ie9 lt - ie8" lang=""> <![endif] -->
<!-- [if IE 8]> <html class="no - js lt - ie9" lang=""> <![endif] -->
<!-- [if gt IE 8]><! -->
< html class = "no-js" lang = "" > <!-- <![endif] -->
2024-02-05 22:05:09 +00:00
< head >
2024-02-05 06:37:21 +00:00
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
2024-02-05 22:05:09 +00:00
< title > Batuhan Berk Başoğlu< / title >
2024-02-05 06:37:21 +00:00
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "apple-touch-icon" href = "../apple-touch-icon.png" >
< link rel = "stylesheet" href = "../css/bootstrap.min.css" >
< link rel = "stylesheet" href = "../css/bootstrap-theme.min.css" >
< link rel = "stylesheet" href = "../css/styles.css" >
< script src = "../js/vendor/modernizr-3.6.0-respond-1.4.2.min.js" > < / script >
2024-09-08 18:06:53 +00:00
< script src = "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/js/all.min.js" > < / script >
2024-02-05 06:37:21 +00:00
< / head >
< body >
<!-- [if lt IE 8]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
<![endif]-->
< nav class = "nav" >
< div class = "burger" >
< div class = "burger__patty" > < / div >
< / div >
< ul class = "nav__list" >
< li class = "nav__item" >
< a href = "#home" class = "nav__link c-blue" > < img src = "../img/home-icon.png" alt = "" > < / a >
< / li >
< li class = "nav__item" >
< a href = "#links" class = "nav__link c-yellow scrolly" > < img src = "../img/link-icon.png" alt = "" > < / a >
< / li >
< li class = "nav__item" >
< a href = "#skills" class = "nav__link c-red" > < img src = "../img/skills-icon.png" alt = "" > < / a >
< / li >
< li class = "nav__item" >
< a href = "#experience" class = "nav__link c-green" > < img src = "../img/work-icon.png" alt = "" > < / a >
< / li >
< li class = "nav__item" >
< a href = "#projects" class = "nav__link c-red" > < img src = "../img/projects-icon.png" alt = "" > < / a >
< / li >
< li class = "nav__item" >
< a href = "#education" class = "nav__link c-red" > < img src = "../img/education-icon.png" alt = "" > < / a >
< / li >
< li class = "nav__item" >
< a href = "#contact" class = "nav__link c-green" > < img src = "../img/contact-icon.png" alt = "" > < / a >
< / li >
< / ul >
< / nav >
< div class = "dropdown" >
< button class = "dropbtn" >
< img src = "../img/tr.png" width = "20" height = "15" > Türkçe
< / button >
< div class = "dropdown-content" >
< a href = "../index.html" >
< img src = "../img/en.png"
width="20" height="15"> English< / a >
< a href = "../fr/index.html" >
< img src = "../img/fr.png"
width="20" height="15"> Français< / a >
< a href = "../es/index.html" >
< img src = "../img/es.png"
width="20" height="15"> Español< / a >
< / div >
< / div >
< section class = "panel b-blue" id = "home" >
< article class = "panel__wrapper" >
< div class = "panel__content" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< div class = "home-content" >
< div class = "home-heading" >
2024-03-06 05:46:10 +00:00
< h1 > < em > Batuhan Berk Başoğlu< / em > < br > Yazı lı m Gelİştİrİcİ< / h1 >
2024-02-05 06:37:21 +00:00
< / div >
< div class = "row" >
< div class = "col-md-12" >
< div class = "home-box-content" >
< div class = "left-text" >
2024-02-05 22:05:09 +00:00
< h4 > Hakkı mda< / h4 >
< p > Web geliştirme, tasarı m ve kodlama konusunda kapsamlı bilgi birikiminin yanı sı ra çok çeşitli programlama dilleri,
2024-04-05 00:24:26 +00:00
çerçeveleri ve araçları konusunda deneyime sahip Motivasyonlu Yazı lı m Geliştiricisi. Uygulamaları , web sitelerini ve
web hizmetlerini geliştirme ve dağı tmada kanı tlanmı ş başarı sahibi. Son derece organize ve detay odaklı ,
zorlu sorunlara yaratı cı çözümler bulma becerisine sahip.
2024-02-05 06:37:21 +00:00
< / p >
< div class = "primary-button" >
2024-04-05 00:24:26 +00:00
< a href = "../resume/CV_Batuhan_tr.pdf" > Özgeçmİşİ İndİr< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< div class = "right-image" >
< img src = "../img/batuhan-basoglu.jpg" alt = "" >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / article >
< / section >
< section class = "panel b-yellow" id = "links" >
< article class = "panel__wrapper" >
< div class = "panel__content" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< div class = "about-content" >
< div style = "padding-top: 10%;" class = "heading" >
2024-09-01 16:58:30 +00:00
< h4 > Lİnkler< / h4 >
2024-02-05 06:37:21 +00:00
< / div >
< div class = "row" >
< div class = "col-md-12" >
< div class = "about-box-content" >
< img src = "../img/social.jpg" alt = "" >
< / div >
< / div >
< div class = "col-md-7 col-md-offset-5" >
< div class = "about-box-text" >
2024-09-05 21:19:14 +00:00
< h4 > Genel< / h4 >
2024-02-05 06:37:21 +00:00
< ul class = "fa-ul" >
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-brands fa-git-alt" > < / i > < a href = "https://git.batuhan.basoglu.co/batuhan-basoglu" > Projeler< / a >
2024-02-05 06:37:21 +00:00
< / li >
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-brands fa-wordpress" > < / i > < a href = "https://arcticpress.basoglu.co/" > Blog< / a >
2024-02-05 06:37:21 +00:00
< / li >
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-brands fa-x-twitter" > < / i > < a href = "https://x.com/batuhanbbasoglu" > X< / a >
2024-02-05 06:37:21 +00:00
< / li >
2024-02-06 19:38:29 +00:00
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-brands fa-youtube" > < / i > < a href = "https://www.youtube.com/@batuhan-basoglu" > YouTube< / a >
2024-02-06 19:38:29 +00:00
< / li >
2024-09-01 00:37:52 +00:00
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-brands fa-linkedin" > < / i > < a href = "https://www.linkedin.com/in/batuhan-basoglu/" > LinkedIn< / a >
2024-09-01 00:37:52 +00:00
< / li >
2024-02-05 06:37:21 +00:00
< / ul >
2024-09-08 18:39:56 +00:00
< h4 > İletİşİm< / h4 >
2024-02-05 06:37:21 +00:00
< ul class = "fa-ul" >
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-solid fa-envelope" > < / i > < a href = "mailto:batuhanbasoglu@mailbox.org" > E-Mail< / a > / < a href = "./pgp/f3f2c8e137afb702b55f772a7315eac294fe4f2f.asc" > PGP< / a >
2024-02-05 06:37:21 +00:00
< / li >
2024-03-06 04:07:05 +00:00
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-brands fa-signal-messenger" > < / i > < a href = "https://signal.me/#eu/9RAzLhHnxljsNpJcGB1ApsDkZojW61tuqEOlquVrvAP5fiFksGVGzpm1cFeYKcu8" > Signal< / a >
2024-03-06 04:07:05 +00:00
< / li >
2024-02-05 06:37:21 +00:00
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-solid fa-share-nodes" > < / i > < a href = "https://matrix.to/#/@arctichawk1:mozilla.org" > Matrix< / a >
2024-02-05 06:37:21 +00:00
< / li >
< / ul >
2024-09-08 18:39:25 +00:00
< h4 > Bahşiş< / h4 >
2024-02-05 06:37:21 +00:00
< ul class = "fa-ul" >
< li >
< i class = "fa fa-coffee" > < / i > < a rel = "me" href = "https://ko-fi.com/batuhanbasoglu" > Ko-Fi< / a >
< / li >
< li >
2024-09-08 18:06:53 +00:00
< i class = "fa-solid fa-hand-holding-dollar" > < / i > < a href = "https://liberapay.com/batuhan-basoglu/" > Liberapay< / a >
2024-02-05 06:37:21 +00:00
< / li >
< / ul >
< div class = "primary-button" >
2024-02-05 22:05:09 +00:00
< a href = "#contact" > Bana Ulaşı n< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / article >
< / section >
< section class = "panel b-yellow" id = "skills" >
< article class = "panel__wrapper" >
< div class = "panel__content" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< div class = "about-content" >
2024-03-16 16:02:15 +00:00
< div class = "heading" >
2024-02-05 22:05:09 +00:00
< h4 > Yetenekler< / h4 >
2024-02-05 06:37:21 +00:00
< / div >
< div class = "row" >
< div class = "column" >
< div class = "about-box-text" style = "margin-top: 0;" >
2024-03-06 05:46:10 +00:00
< h4 > Dİller ve Yetenekler< / h4 >
2024-02-05 06:37:21 +00:00
< ul >
< li > Git< / li >
< li > Python< / li >
< li > Java< / li >
< li > Android Studio< / li >
< li > JavaScript< / li >
< li > JQuery< / li >
< li > Bootstrap< / li >
2024-06-29 15:46:47 +00:00
< li > Node.js< / li >
< li > Next.js< / li >
< li > Angular< / li >
< li > React< / li >
< li > Vue.js< / li >
< li > Visual Studio< / li >
2024-02-05 06:37:21 +00:00
< li > Spring Framework< / li >
< li > REST APIs< / li >
< li > C< / li >
< li > C++< / li >
< li > C#< / li >
< li > .NET< / li >
< li > ASP.NET< / li >
< li > HTML< / li >
< li > CSS< / li >
2024-06-29 15:46:47 +00:00
< li > XML< / li >
< li > SQL< / li >
2024-02-05 06:37:21 +00:00
< li > MySQL< / li >
< li > IIS< / li >
< li > Microsoft Azure< / li >
< li > Oracle Cloud< / li >
2024-06-29 15:46:47 +00:00
< li > AWS< / li >
2024-02-05 06:37:21 +00:00
< li > Docker< / li >
< li > MATLAB< / li >
2024-06-29 15:46:47 +00:00
< li > VHDL< / li >
2024-02-05 06:37:21 +00:00
< li > ModelSim< / li >
< li > AutoCAD< / li >
< li > TypeScript< / li >
< li > PHP< / li >
< li > Kotlin< / li >
< li > CMake< / li >
< li > Shell Scripting< / li >
< li > Quartus< / li >
< li > Roff< / li >
2024-06-29 15:46:47 +00:00
< li > WordPress< / li >
< li > Go< / li >
< li > Ruby< / li >
< li > Gherkin< / li >
2024-02-05 06:37:21 +00:00
< li > Windows< / li >
< li > Linux< / li >
< li > Ubuntu< / li >
< li > Fedora< / li >
< li > Arch Linux< / li >
< li > Android< / li >
< li > iOS< / li >
< li > Embedded Systems< / li >
< li > FPGA< / li >
< li > HCS12< / li >
< li > Altera DE2< / li >
< li > K-CSP< / li >
2024-02-05 15:08:11 +00:00
< li > K-ECS< / li >
2024-02-05 06:37:21 +00:00
< li > Adobe After Effects< / li >
< li > Adobe Photoshop< / li >
< li > Adobe Premiere Pro< / li >
2024-06-29 15:46:47 +00:00
< li > Microsoft Office< / li >
2024-02-05 06:37:21 +00:00
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / article >
< / section >
< section class = "panel b-red" id = "experience" >
< article class = "panel__wrapper" >
< div class = "panel__content" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< div class = "projects-content" >
< div class = "heading" >
2024-03-06 05:46:10 +00:00
< h4 > İş Tecrübesİ< / h4 >
2024-02-05 06:37:21 +00:00
< / div >
< div class = "row" >
< div class = "col-md-12" >
< div class = "owl-carousel owl-theme projects-container" >
< div >
< div class = "project-item" >
< a href = "../img/inovestor.jpg" data-lightbox = "image-1" > < img src = "../img/inovestor.jpg" alt = "" > < / a >
< div class = "text-content" >
< h4 > Inovestor< / h4 >
< p > (2021-2024)< / p >
2024-08-09 17:09:16 +00:00
< p > IBM ve RPM Eco için alt sözleşmeler yapan bir tam yı ğı n geliştirici olarak çalı ştı .
2024-06-29 15:46:47 +00:00
RPM Eco ve VIA Rail Canada için C#, .NET, ASP.NET, IIS, HTML, CSS, JavaScript, Typescript, Node,js, Angular, Next.js, React, SQL, MySQL ve Microsoft Azure
kullanarak bu web siteleriyle çalı ştı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-03-06 05:46:10 +00:00
< a href = "https://www.inovestor.com/" > Sİteyİ Zİyaret Et< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/kargi.jpg" data-lightbox = "image-1" > < img src = "../img/kargi.jpg" alt = "" > < / a >
< div class = "text-content" >
< h4 > Kargı Building Complex< / h4 >
< p > (2021-2021)< / p >
2024-06-29 15:46:47 +00:00
< p > Yarı zamanlı olarak web geliştiricisi olarak çalı ştı . Kargı yapı kompleksine web sitesi yaptı .
HTML, CSS, TypeScript, JavaScript, Node,js ve Angular kullanarak Kargı inşaat kompleksi için
bir reklam web sitesi yarattı ve işverenden mükemmel geri bildirim aldı .
< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-03-06 05:46:10 +00:00
< a href = "https://kargisitesi.com/" > Sİteyİ Zİyaret Et< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/atelye70.jpg" data-lightbox = "image-1" > < img src = "../img/atelye70.jpg" alt = "" > < / a >
< div class = "text-content" >
< h4 > Atelye70< / h4 >
< p > (2016-2016)< / p >
2024-06-29 15:46:47 +00:00
< p > Atelye70 ile ev tasarlamayı staj yaparak öğrendi.
AutoCAD ile deneyim kazandı ve mimari tasarı mı n temel prensiplerini öğrendi.
< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-03-06 05:46:10 +00:00
< a href = "https://atelye70.com/" > Sİteyİ Zİyaret Et< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / article >
< / section >
< section class = "panel b-red" id = "projects" >
< article class = "panel__wrapper" >
< div class = "panel__content" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< div class = "projects-content" >
< div class = "heading" >
2024-03-06 05:46:10 +00:00
< h4 > Projeler< / h4 >
2024-02-05 06:37:21 +00:00
< / div >
< div class = "row" >
< div class = "col-md-12" >
< div class = "owl-carousel owl-theme projects-container" >
< div >
< div class = "project-item" >
< a href = "../img/project-17.jpg" data-lightbox = "image-2" > < img src = "../img/project-17.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > RPM Eco'nun Websİtesİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > RPM Eco ile yapı lan sözleşme kapsamı nda RPM Eco Web Sitesinde çalı ştı .
C#, .NET, ASP.NET, IIS, HTML, CSS, Typescript, Next.js, React, SQL, MySQL ve Microsoft Azure kullandı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-02-05 22:05:09 +00:00
< a href = "https://rpm.eco" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-13.jpg" data-lightbox = "image-2" > < img src = "../img/project-13.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > VIA Raİl Canada'nı n Websİtesİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > IBM ile yapı lan sözleşme kapsamı nda VIA Rail Canada Web Sitesinde çalı ştı .
C#, .NET, ASP.NET, IIS, HTML, CSS, JavaScript, Node,js, Angular ve Microsoft Azure kullandı . < / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-02-05 22:05:09 +00:00
< a href = "https://reservia.viarail.ca" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
2024-05-07 22:34:37 +00:00
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
2024-06-17 22:38:59 +00:00
< a href = "../img/project-18.jpg" data-lightbox = "image-2" > < img src = "../img/project-18.jpg" alt = "" > < / a >
2024-05-07 22:34:37 +00:00
< div class = "text-content" >
< h4 > HavalI AlIşverİş Sİtesİ< / h4 >
< p > Amazon'a benzeyen alı şveriş sitesi oluşturuldu. Kullanı cı lar kendi hesapları nı kullanarak arzuladı kları
2024-06-29 15:46:47 +00:00
ürünleri ekleyebilir ve/veya silebilir. Site PHP, CSS, JavaScript, SQL ve MySQL ile oluşturuldu.< / p >
2024-05-07 22:34:37 +00:00
< div class = "primary-button" >
2024-09-05 21:19:14 +00:00
< a href = "https://git.batuhan.basoglu.co/batuhan-basoglu/Cool-Shopping-Site" > Daha Fazlası nı Keşfet< / a >
2024-05-07 22:34:37 +00:00
< / div >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
2024-02-13 05:39:38 +00:00
< div >
< div class = "project-item" >
< a href = "../img/project-20.jpg" data-lightbox = "image-2" > < img src = "../img/project-20.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > .NET Web API İle Angular< / h4 >
2024-04-05 00:24:26 +00:00
< p > Arka uç olarak bir .NET Web API yarattı m ve REST API kullarak API bilgilerini elde etmek için ön uç olarak Angular'ı kullandı .
2024-06-29 15:46:47 +00:00
C#, .NET, HTML, CSS, TypeScript, Node,js ve Angular kullanı larak yapı lmı ştı r.< / p >
2024-02-13 05:39:38 +00:00
< div class = "primary-button" >
2024-09-05 21:19:14 +00:00
< a href = "https://git.batuhan.basoglu.co/batuhan-basoglu/NET-Web-API-w-Angular" > Daha Fazlası nı Keşfet< / a >
2024-02-13 05:39:38 +00:00
< / div >
< / div >
< / div >
< / div >
2024-02-05 06:37:21 +00:00
< div >
< div class = "project-item" >
< a href = "../img/project-19.jpg" data-lightbox = "image-2" > < img src = "../img/project-19.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Gİt Barı ndı rma Hİzmetİm< / h4 >
2024-02-05 22:05:09 +00:00
< p > Oracle aracı lı ğı yla bir Ubuntu Linux sunucusunda barı ndı rı lan, kendi kendine barı ndı rı lan
2024-04-05 00:24:26 +00:00
Gitea'nı n bir çatalı olan Forgejo ile bir Git barı ndı rma Web sitesi yaptı . Go, Javascript, Roff ve CSS kullandı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-02-05 22:05:09 +00:00
< a href = "https://git.batuhan.basoglu.co/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-16.jpg" data-lightbox = "image-2" > < img src = "../img/project-16.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-02-05 22:05:09 +00:00
< h4 > WordPress Blogum< / h4 >
< p > Oracle aracı lı ğı yla bir Ubuntu Linux sunucusunda barı ndı rı lan, kendi kendine barı ndı rı lan
2024-04-05 00:24:26 +00:00
diğer birleştirilmiş sosyal ağlara bağlanmak için Activity Pub ile bir WordPress blogu yaptı .
2024-06-29 15:46:47 +00:00
WordPress PHP, JavaScript, HTML ve CSS kullandı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-02-05 22:05:09 +00:00
< a href = "https://arcticpress.basoglu.co/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-15.jpg" data-lightbox = "image-2" > < img src = "../img/project-15.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-02-05 22:05:09 +00:00
< h4 > Nextcloud Depom< / h4 >
2024-06-29 15:46:47 +00:00
< p > Oracle aracı lı ğı yla bir Ubuntu Linux sunucusunda barı ndı rı lan, kendi kendine barı ndı rı lan bir Nextcloud depolama alanı yaptı .
Nextcloud'da PHP, CSS, Javascript, TypeScript, Vue.js, Ruby and Gherkin kullandı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-02-05 22:05:09 +00:00
< a href = "https://arcticcloud.basoglu.co" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-12.jpg" data-lightbox = "image-2" > < img src = "../img/project-12.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Kargı Yapı Sİtesİnİn Web Sİtesİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kargı Yapı Kompleksi Web Sitesinde HTML, CSS, TypeScript, JavaScript, Node,js and Angular kullandı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-02-05 22:05:09 +00:00
< a href = "https://kargisitesi.com/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-11.jpg" data-lightbox = "image-2" > < img src = "../img/project-11.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Araç Hı rsı zlı ğı na Karşı Yüz Tanı ma Sistemİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Bilgisayar Mühendisliği Mezuniyet Projesinde Python, CMake, JavaScript, Node.js, Roff, Java, HTML and CSS kullanarak
Araç Hı rsı zlı ğı na Karşı Yüz Tanı ma Sistemi yaptı . < / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-07 20:49:37 +00:00
< a href = "https://batuhan-basoglu.codeberg.page/Vehicle-Anti-Theft-Face-Recognition-System/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-10.png" data-lightbox = "image-2" > < img src = "../img/project-10.png" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Olympus Ev Hİzmetİ Uygulaması < / h4 >
2024-04-05 00:24:26 +00:00
< p > Yazı lı m Mühendisliğine Giriş dersinde Java kullanarak Android cihaz uygulaması yaptı . Bu
2024-02-05 22:05:09 +00:00
kullanı cı nı n bilgilerini ayarlayabileceği ve cihaz sipariş edebileceği bir cihaz uygulaması dı r.
2024-04-05 00:24:26 +00:00
Kullanı cı nı n evinden hizmetler. Uygulamayı Android Studio'da yaptı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-05 21:19:14 +00:00
< a href = "https://git.batuhan.basoglu.co/batuhan-basoglu/SEG2105-Olympus-Android-Application" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-9.jpg" data-lightbox = "image-2" > < img src = "../img/project-9.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Hastane-Hasta Yönetİm Sİstemİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, JavaScript, Node,js ve React Kullanarak Hastane Yönetim Sistemi Yaptı .
2024-02-05 22:05:09 +00:00
Hastane Yönetim Sisteminde kullanı cı hastaları yönetebilir ve Her çalı şanı n farklı eylemlerde bulunduğu hastane çalı şanları ile
onlara atama yapabilir.< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-05 21:19:14 +00:00
< a href = "https://git.batuhan.basoglu.co/batuhan-basoglu/Hospital-Management-System" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-8.jpg" data-lightbox = "image-2" > < img src = "../img/project-8.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Kene's Cribs Web Sİtesİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, CSS, JavaScript, Node,js ve React kullanarak emlak sitesi yaptı .
2024-02-05 22:05:09 +00:00
Kullanı cı nı n evlere göz atabileceği, google'da arayabileceği bir web sitesidir.
Haritaları kullanabilirsiniz veya iletişim formundan acentelerle iletişime geçebilirsiniz.< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-05 21:19:14 +00:00
< a href = "https://git.batuhan.basoglu.co/batuhan-basoglu/Kene-s-Cribs-Website" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-7.jpg" data-lightbox = "image-2" > < img src = "../img/project-7.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Batuhan'ı n Bİsİkletlerİ Chatbot Hizmetİyle Web Sİtesİ Alternatİfİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, CSS, JavaScript ve Node.js kullanan chatbot hizmeti
2024-04-05 00:24:26 +00:00
web sitesi ile alternatif bir hizmet şirketi yaptı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
< a
2024-09-07 20:49:37 +00:00
href="https://batuhan-basoglu.codeberg.page/Batuhan-s-Bikes-Website-Alternative-with-Chatbot-Service/">Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-6.jpg" data-lightbox = "image-2" > < img src = "../img/project-6.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Batuhan'ı n Bİsİkletlerİ Web Sİtesİ Alternatİfİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, CSS, JavaScript ve Node.js kullanan alternatif bir hizmet şirketi yaptı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
< a
2024-09-07 20:49:37 +00:00
href="https://batuhan-basoglu.codeberg.page/Batuhan-s-Bikes-Website-Alternative-with-Validating-Form/">Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-5.jpg" data-lightbox = "image-2" > < img src = "../img/project-5.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Batuhan'ı n Bİsİkletlerİ Web Sİtesİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, CSS, JavaScript ve Node.js kullanan bir hizmet şirketi yaptı .
2024-02-05 22:05:09 +00:00
Bisiklet onarı mları ndan bahseden bir bisiklet servis şirketi web sitesidir.< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-07 20:49:37 +00:00
< a href = "https://batuhan-basoglu.codeberg.page/Batuhan-s-Bikes-Website/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-4.jpg" data-lightbox = "image-2" > < img src = "../img/project-4.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Sam's Mart Web Sİtesİ Alternatİfİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, CSS, JavaScript ve Node.js kullanarak alternatif bir bakkal web sitesi hazı rladı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-07 20:49:37 +00:00
< a href = "https://batuhan-basoglu.codeberg.page/Sam-s-Mart-Website-Alternative/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-3.jpg" data-lightbox = "image-2" > < img src = "../img/project-3.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Sam's Mart Web Sİtesİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, CSS, JavaScript ve Node.js kullanarak alternatif bir bakkal web sitesi hazı rladı . < / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-07 20:49:37 +00:00
< a href = "https://batuhan-basoglu.codeberg.page/Sam-s-Mart-Website/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-2.jpg" data-lightbox = "image-2" > < img src = "../img/project-2.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Analİz İşlevlİ Facebook UI/UX Web Sİtesİ Alternatİfİ Anketİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Arayüzlerinin Analizi ve Tasarı mı dersinde HTML, CSS, JavaScript ve Node.js kullanarak analiz
2024-04-05 00:24:26 +00:00
fonksiyonu web sitesi ile alternatif bir Facebook anketi yaptı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
< a
2024-09-05 21:19:14 +00:00
href="https://git.batuhan.basoglu.co/batuhan-basoglu/Questionnaire-of-the-Facebook-UI-UX-Website-Alternative-with-Analysis-Function">Daha Fazlası nı
2024-02-05 22:05:09 +00:00
Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-1.jpg" data-lightbox = "image-2" > < img src = "../img/project-1.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Facebook UI/UX Web Sİtesİ Anketİ< / h4 >
2024-06-29 15:46:47 +00:00
< p > Kullanı cı Analizi ve Arayüzler Tasarı mı sı nı fı nda HTML, CSS, JavaScript ve Node.js kullanarak bir Facebook anket Web Sitesi hazı rladı .
2024-02-05 22:05:09 +00:00
Bu, Cevapları göndermek için gönder düğmesiyle Facebook kullanı cı arayüzü hakkı nda sorular soran bir web sitesidir.< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-07 20:49:37 +00:00
< a href = "https://batuhan-basoglu.codeberg.page/Questionnaire-of-the-Facebook-UI-UX-Website/" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< div >
< div class = "project-item" >
< a href = "../img/project-14.jpg" data-lightbox = "image-2" > < img src = "../img/project-14.jpg" alt = "" > < / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Websİtem< / h4 >
2024-04-05 00:24:26 +00:00
< p > Bu web sitesini HTML, CSS ve Javascript ile yaptı .< / p >
2024-02-05 06:37:21 +00:00
< div class = "primary-button" >
2024-09-05 21:19:14 +00:00
< a href = "https://git.batuhan.basoglu.co/batuhan-basoglu/Batuhan-Basoglu-Website" > Daha Fazlası nı Keşfet< / a >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / article >
< / section >
< section class = "panel b-red" id = "education" >
< article class = "panel__wrapper" >
< div class = "panel__content" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< div class = "projects-content" >
< div style = "padding-top: 20%" class = "heading" >
2024-03-06 05:46:10 +00:00
< h4 > Eğİtİm< / h4 >
2024-02-05 06:37:21 +00:00
< / div >
< div class = "row" >
< div class = "col-md-12" >
< div class = "slider" >
<!-- slide 1 -->
< div class = "slide" >
< a href = "../img/UOttawa_Diploma.jpg" data-lightbox = "image-3" > < img src = "../img/UOttawa_Diploma.jpg"
alt="" />< / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Ottawa Ünİversİtesİ Bİlgİsayar Mühendİslİğİ Derecesİ< / h4 >
2024-02-05 22:05:09 +00:00
< p > Bilgisayar Mühendisliği Uygulamalı Bilimler Lisansı ile 4 yı llı k Bilgisayar Mühendisliği
2024-04-05 00:24:26 +00:00
programı . 7 Haziran 2021'de mezun oldu.< / p >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
<!-- slide 2 -->
< div class = "slide" >
< a href = "../img/ironring-certificate.jpg" data-lightbox = "image-3" > < img
src="../img/ironring-certificate-sm.jpg" alt="" />< / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Mühendİs Çağı rma Rİtüelİ< / h4 >
2024-02-05 22:05:09 +00:00
< p > Seven Wardens Inc.'in Mühendisin dürüstlüğü Resmi Mühendis beyanı .
2024-04-05 00:24:26 +00:00
13 Haziran 2021'de aldı .< / p >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
<!-- slide 3 -->
< div class = "slide" >
< a href = "../img/horizons-certificate.jpg" data-lightbox = "image-3" > < img
src="../img/horizons-certificate.jpg" alt="" />< / a >
< div class = "text-content" >
2024-03-06 05:46:10 +00:00
< h4 > Horİzons Meslekİ Gelİşİm Programı < / h4 >
2024-02-05 22:05:09 +00:00
< p > Profesyonel Kaynaklar Kullanı mı yoluyla profesyonel bağlantı ları geliştirmeye yönelik kariyer geliştirme programı .
2024-04-05 00:24:26 +00:00
26 Nisan 2021'de aldı .< / p >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
<!-- Control buttons -->
< button class = "btn btn-next" > < img src = "../img/next.png" / > < / button >
< button class = "btn btn-prev" > < img src = "../img/prev.png" / > < / button >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / article >
< / section >
< section class = "panel b-green" id = "contact" >
< article class = "panel__wrapper" >
< div class = "panel__content" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< div class = "contact-content" >
< div class = "heading" >
2024-02-05 22:05:09 +00:00
< h4 > Bana Ulaşı n< / h4 >
2024-02-05 06:37:21 +00:00
< / div >
< div class = "row" >
< div class = "col-md-8" >
< div class = "contact-form" >
< form id = "contact" action = "https://formspree.io/f/mrgvywen" method = "POST" >
< fieldset >
2024-02-05 22:05:09 +00:00
< input name = "name" type = "text" class = "form-control" id = "name" placeholder = "İsminiz"
2024-02-05 06:37:21 +00:00
required>
< / fieldset >
< fieldset >
< input name = "email" type = "email" class = "form-control" id = "email" placeholder = "Email" required >
< / fieldset >
< fieldset >
2024-02-05 22:05:09 +00:00
< textarea name = "message" rows = "6" class = "form-control" id = "message" placeholder = "Mesaj"
2024-02-05 06:37:21 +00:00
required>< / textarea >
< / fieldset >
< fieldset >
2024-02-05 22:05:09 +00:00
< button type = "submit" id = "form-submit" class = "btn" > Mesaj Yollayı n< / button >
2024-02-05 06:37:21 +00:00
< / fieldset >
< / form >
< / div >
< / div >
< div class = "col-md-4" >
< div class = "more-info" >
2024-02-05 22:05:09 +00:00
< p > Benimle iletişime geçmekten çekinmeyin, mümkün olan en kı sa sürede size yanı t vereceğim.< br > < br >
2024-02-05 06:37:21 +00:00
< em > Montreal, QC< / em >
< / p >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "col-md-12" >
< div class = "footer" >
2024-02-05 22:05:09 +00:00
< p > Telif Hakkı © 2024 Batuhan Başoğlu< / p >
2024-02-05 06:37:21 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / article >
< / section >
2024-09-08 18:18:05 +00:00
< script > window . jQuery || document . write ( '<script src="../js/vendor/jquery-3.7.1.min.js"><\/script>' ) < / script >
2024-02-05 06:37:21 +00:00
< script src = "../js/vendor/jquery-migrate.min.js" > < / script >
< script src = "js/vendor/bootstrap.min.js" > < / script >
< script src = "../js/plugins.js" > < / script >
< script src = "../js/main.js" > < / script >
< / body >
< / html >