Skip to content

Instantly share code, notes, and snippets.

View ozalperen's full-sized avatar

Alp Eren Özalp ozalperen

  • Cerebrum Tech
  • Ankara, Turkey
  • 17:21 (UTC +03:00)
View GitHub Profile
version: "3.3"
services:
ceresite:
container_name: cere
build: .
restart: always
# environment:
# - VIRTUAL_HOST=${VIRTUAL_HOST}
# - LETSENCRYPT_HOST=${VIRTUAL_HOST}
# - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
NODE_ENV=development
OPENAI_API_KEY=sk-u4PBLWOjsoVrRiM2hQZ_-Q
OPENAI_BASE_URL=http://localhost
OPENAI_CHAT_MODEL=gpt-3.5-turbo
ANSWER_LANGUAGE=Turkish
NEXT_PUBLIC_CERE_API_DOMAIN=https://api.ceremeet.com
env.NEXT_PUBLIC_API_URL=https://api.ceremeet.com
NEXT_PUBLIC_COMPANY_DOMAIN=cerebrumtechnologies.com
NEXTAUTH_URL=http://localhost:3000
{
"basics": {
"name": "Alp Eren Özalp",
"label": "Backend Developer",
"image": "https://avatars.githubusercontent.com/u/36607745?v=4",
"email": "alperenoz93@gmail.com",
"phone": "+90 (530) 499 95 86",
"summary": "Developer and team lead with a history in the IT and services industry. Skilled in agile project management, back-end development, and DevOps. Proficient in JavaScript, TypeScript, and Python with frameworks like Node.js, Express, and React. Familiar with CI/CD tools and various databases and ORMs. Experience in AI SaaS services, IoT networking, and embedded system programming.",
"location": {
"address": "Güzeltepe Mah. 747. Cad. 3/55 Çankaya",
@ozalperen
ozalperen / test.html
Created July 19, 2022 12:01
hello world html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@ozalperen
ozalperen / test.md
Last active July 19, 2022 12:01
test gist

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}