Skip to content

Commit 6d51b1c

Browse files
committed
about me
1 parent 6675361 commit 6d51b1c

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

public/about.txt

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1+
Hello there! I'm **A. Samil Bulbul**, a **senior software engineer** who just really enjoys building things for the web and beyond. 🚀
2+
I've been lucky enough to work on some cool projects over the past *8+ years*, from leading new products to diving deep into cloud technologies and security.
3+
I'm a big fan of open-source and love the challenge of solving tricky problems.
4+
When I'm not coding, you can probably find me exploring new tech or enjoying a good cup of coffee ☕.
5+
I'm always learning and excited to see what's next!
16

2-
Hello! I'm a passionate software engineer with a keen interest in web development, open-source projects, and creating engaging user experiences. I love exploring new technologies and continuously learning to build robust and scalable applications.
7+
8+
9+
## Experience
10+
11+
1. **Senior Software Engineer** at *Picus Security* (Oct 2022 - Sep 2025)
12+
2. **Senior Software Engineer** at *Aselsan - Smart Cities* (Jan 2021 - Oct 2022)
13+
3. **Software Engineer & DevOps Engineer** at *Aselsan - Toll Collection Systems* (Jan 2018 - Jan 2021)
314

415
## My Skills
5-
* React, JavaScript, TypeScript
6-
* Node.js, Express.js
7-
* Python, Django, Flask
8-
* HTML, CSS, Tailwind CSS
9-
* Database Management (SQL, NoSQL)
10-
* Cloud Platforms (AWS, GCP)
16+
17+
* **Programming Languages:** Go, C++, C, Java, JavaScript/TypeScript, Python, Rust, SQL
18+
* **Cloud & DevOps:** Kubernetes (K8S), Docker, AWS, GCP, Azure, CI/CD, Jenkins, Terraform, GitLab
19+
* **Databases:** PostgreSQL, MongoDB, Redis
20+
* **Frameworks & Core Concepts:** System Design, Microservices, Distributed Systems, gRPC, Node.js, Ex-press.js, JavaFX,
21+
* **Developer Tools:** Git, CMake, Conan, Nexus Repository Manager, Bitbucket, Linux, Docker
1122

1223
## Useful Links
13-
* [GitHub Profile](https://github.com/yourusername)
14-
* [LinkedIn Profile](https://linkedin.com/in/yourusername)
15-
* [Twitter](https://twitter.com/yourusername)
16-
* [My Blog Posts](/blog)
24+
25+
* [GitHub Profile](https://github.com/fezcode)
26+
* [LinkedIn Profile](https://www.linkedin.com/in/ahmedsamilbulbul)
27+
28+
## Currently...
29+
30+
* **🎵 Making Music:** I'm currently exploring the world of music production, creating some sick beats and melodies. It's a fun way to unwind and get creative, but my tracks are still top secret! 🤫
31+
* **📚 Reading:** Trying to read all the books I purchase... It's a work in progress!
32+
* **🤔 Thinking about:** How to build the perfect mechanical keyboard and create the best sound system.

public/data/about.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"title": "About Me",
3-
"email": "your.email@example.com"
2+
"title": "About Me 🎉",
3+
"email": "samil.bulbul@gmail.com"
44
}

src/pages/AboutPage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import ReactMarkdown from 'react-markdown';
33
import { FaArrowLeft, FaEnvelope, FaExternalLinkAlt } from 'react-icons/fa';
44
import { Link } from 'react-router-dom';
55

6+
7+
68
const LinkRenderer = ({ href, children }) => {
79
const isExternal = href.startsWith('http') || href.startsWith('https');
810
return (

0 commit comments

Comments
 (0)