Skip to content

Commit

Permalink
Turkish added
Browse files Browse the repository at this point in the history
  • Loading branch information
berkslv committed May 3, 2024
1 parent ad4b393 commit 4f7c722
Show file tree
Hide file tree
Showing 18 changed files with 135 additions and 163 deletions.
33 changes: 30 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ googleAnalytics = 'G-W0L24EMSQ5'
showMenuItems = 2

# show selector to switch language
showLanguageSelector = false
showLanguageSelector = true

# set theme to full screen width
fullWidthTheme = false
Expand Down Expand Up @@ -59,17 +59,21 @@ googleAnalytics = 'G-W0L24EMSQ5'
# set Twitter handles for Twitter cards
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
# do not include @
creator = ""
creator = "berkslv"
site = ""

[languages]
[languages.en]
disabled = false
languageName = "English"
languageCode = 'en-US'
contentDir = 'content/english'
weight = 1
title = "Berk Selvi | Software Developer"
subtitle = "full-stack web developer, specialized in backend, interested in data science"
owner = ""
keywords = ""
copyright = "MIT"
copyright = "Made by Berk Selvi"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
Expand All @@ -79,5 +83,28 @@ googleAnalytics = 'G-W0L24EMSQ5'
missingBackButtonLabel = "Back to home page"

[languages.en.params.logo]
logoText = "Berk Selvi"
logoHomeLink = "/"

[languages.tr]
disabled = false
languageName = "Türkçe"
languageCode = 'tr-TR'
contentDir = 'content/turkish'
weight = 2
title = "Berk Selvi | Software Developer"
subtitle = "full-stack web developer, specialized in backend, interested in data science"
owner = ""
keywords = ""
copyright = "Made by Berk Selvi"
menuMore = "Daha fazla göster"
readMore = "Devamını oku"
readOtherPosts = "Diğer yazıları oku"
newerPosts = "Yeni yazılar"
olderPosts = "Eski yazılar"
missingContentMessage = "Sayfa bulunamadı..."
missingBackButtonLabel = "Ana sayfaya dön"

[languages.tr.params.logo]
logoText = "Berk Selvi"
logoHomeLink = "/"
File renamed without changes.
59 changes: 59 additions & 0 deletions content/turkish/_index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
+++
title = "Berk Selvi - Software developer"
date = "2023-01-21T11:01:10+03:00"
author = "Berk Selvi"
authorTwitter = "berkslv" #do not include @
description = "Hello! My name is Berk Selvi and I am a full-stack web developer specializing in backend and interested in data science. I am currently studying Computer Science at Namık Kemal University and I am also developing side projects that solves real-world problems, and I love doing that!"
layout = "index"
framed = true
+++

<div style="display: flexbox; justify-content: space-between;">
<div>
<h1 id="hello-world">Hello world!</h1>
</div>
</div>

<ul>
<li>
Hello! My name is Berk Selvi and I am a full-stack web developer specializing in backend and interested in data science. I am currently studying Computer Science at Namık Kemal University and I am also developing side projects that solves real-world problems, and I love doing that!
</li>
<li style="margin-top: 10px;">
Over the past three years, I've built websites for my clients as a freelance developer. When I started university, I trained myself with theoretical knowledge from various sources such as MIT and Stanford. After believing that I was at a sufficient level, I started to develop complex projects like <a href="https://github.com/berkslv/social-media-app">full-stack social media app</a> and <a href="https://github.com/berkslv/c-web-server">C multithread web server</a>
</li>
<li style="margin-top: 10px;">
Having a vision from long and varied work experience, I have acquired skills such as responsibility, team player, time management and problem solving. I am confident that my vision and soft skills will help me in projects that I will develop alone or as a team member.
</li>
<p style="margin-top: 10px;">
<ul>
<li>
Front-End: JavaScript, React, Redux, React-Native, HTML5, CSS3
</li>
<li>
Back-End: .Net Core, Python, Node.js
</li>
<li>
Databases: T-SQL, SQL Server, MySQL, MongoDB
</li>
<li>
Tools: Docker, AWS, Jira, Git, GitHub
</li>
</ul>
</p>
</ul>


<div style="display: flex; justify-content: center; margin-top: 10px;">
<a href="https://github.com/berkslv">
<img src="/img/github.svg" alt="GitHub" style="margin-right: 5px;" />
</a>
<a href="https://medium.com/@berkslv">
<img src="/img/medium.svg" alt="Medium" style="margin-right: 5px;" />
</a>
<a href="https://twitter.com/berkslv">
<img src="/img/twitter.svg" alt="Twitter" style="margin-right: 5px;" />
</a>
<a href="https://instagram.com/berkslv">
<img src="/img/instagram.svg" alt="Instagram" style="margin-right: 5px;" />
</a>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
+++
title = "The Future of Backend Development: Predictions and Trends"
date = "2023-01-10T11:01:10+03:00"
author = "Berk Selvi"
authorTwitter = "berkslv" #do not include @
tags = ["backend", "container", "cloud", "ai development"]
keywords = ["backend", "container", "cloud", "ai development"]
description = "Take a closer look at what the future of backend development might look like, and consider some of the trends and predictions that experts are making."
showFullContent = false
readingTime = true
+++

# The Future of Backend Development: Predictions and Trends


As a backend developer, you are always looking for ways to improve your skills and stay ahead of the curve. One way to do this is to keep an eye on the future of backend development and stay up-to-date with the latest trends and predictions. In this blog post, we'll take a closer look at what the future of backend development might look like, and consider some of the trends and predictions that experts are making.


## Cloud

One of the biggest trends in backend development is the increasing use of cloud computing. Cloud computing allows developers to build and run applications and services on remote servers, rather than on local servers or personal computers. This has a number of benefits, including scalability, flexibility, and cost-effectiveness. As a result, many experts believe that cloud computing will continue to play a major role in backend development in the future.


## Containers

Another trend in backend development is the growing use of containerization technologies, such as Docker. Containerization allows developers to package their applications and dependencies into lightweight containers that can be easily deployed and run on any platform. This makes it easier to build and deploy applications, and makes it easier to scale them as well.


## Microservices

A third trend in backend development is the increasing use of microservices architecture. In a microservices architecture, an application is broken down into small, independent services that can be developed, deployed, and scaled independently of one another. This makes it easier to build and maintain complex applications, and allows developers to make changes and updates more quickly and easily.


## AI powered development

In addition to these trends, there are also a number of predictions about the future of backend development. One prediction is that machine learning and artificial intelligence (AI) will play a larger role in backend development in the future. For example, machine learning algorithms could be used to optimize the performance of backend systems, or to automate certain tasks that are currently performed manually. Another prediction is that the use of low-code and no-code platforms will increase, making it easier for developers to build and deploy backend systems without having to write a lot of code.


## Conclusion

Overall, it is clear that the future of backend development is bright, with many exciting trends and predictions on the horizon. Whether you are just starting out as a backend developer or are a seasoned pro, it is important to stay up-to-date with these trends and predictions, and to continue learning and growing your skills. By doing so, you can ensure that you are well-prepared for the future of backend development and that you are able to take advantage of the many opportunities that are likely to come your way.
5 changes: 5 additions & 0 deletions layouts/partials/allLanguages.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ul>
{{ range $.Site.Home.AllTranslations }}
<li><a href="{{ .RelPermalink }}">{{ .Language.LanguageName }}</a></li>
{{ end }}
</ul>
35 changes: 0 additions & 35 deletions themes/terminal/exampleSite/config.toml

This file was deleted.

22 changes: 0 additions & 22 deletions themes/terminal/exampleSite/content/about.md

This file was deleted.

18 changes: 0 additions & 18 deletions themes/terminal/exampleSite/content/posts/hello.md

This file was deleted.

84 changes: 0 additions & 84 deletions themes/terminal/exampleSite/content/showcase.md

This file was deleted.

Binary file removed themes/terminal/exampleSite/static/img/hello.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion themes/terminal/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<div class="copyright">
<span>© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a></span>
{{ end }}
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
</div>
</div>
</footer>
Expand Down

0 comments on commit 4f7c722

Please sign in to comment.