RethinkDB: Open Source Real-Time Database
Hi everyone. Today I’ll talk about RethinkDB. It’s an open-source solution for a realtime database. Whats is RethinkDB RethinkDB is a database that is document-oriented based on NoSQL. This means…
Hi everyone. Today I’ll talk about RethinkDB. It’s an open-source solution for a realtime database. Whats is RethinkDB RethinkDB is a database that is document-oriented based on NoSQL. This means…
Hi there. I wanted to share my vimrc file. I’m using this file for JavaScript and TypeScript projects. It’s compatible with JavaScript and TypeScript. Screenshot My .vimrc file is here;…
Hi there. As you know we’re working quarantine mode for a while. I bought an e-book on Amazon. Professional Node.js: Building Javascript Based Scalable Software I don’t know is this…
Selamlar. Bu yazıda NestJS’in temel kavramlarından olan provider kavramını anlatmaya çalışacağım. NestJS’de Provider Nedir? NestJS özelinde konuşacağım için her birini teker teker belirtmeden söylemem gerekiyor. Providerlar servisler, repositoryler, factoryler ya…
Selamlar. Bir süredir NestJS ile ilgileniyorum. Bu yazıda karşılaştığım bir problemin nasıl basitçe çözüleceğini anlatacağım. Ne Yapıyordum? Bir adet middleware yazmıştım. Bu middleware API üzerine gelen istekleri loglamaya yarıyordu. Temel…
Selamlar, bu yazıda Nest yani bilinen diğer adıyla NestJS hakkında ufak bir giriş yazısı yazacağım. Umarım başarılı şekilde bunu yapabilirim. Nest kısacası verimli ve ölçeklenebilir web uygulamaları geliştirebileceğiniz bir Node.js…
Yazı Öncesi Not: Öne Çıkan Görsel Knex.js Resmi Sitesinden Alınmıştır Knex Nedir? Knex kısacası PostreSQL, MSSQL, MySQL, MariaDB, SQLite3, Oracle ve Amazon Redshift için bir query builder olarak tanımlanabilir. ORM…
Hi, in the last post I published, I talked about Express Framework and TypeScript. In this post, I’ll use that structure. So, I won’t talk about what structure we will…
Recently, I was working on TypeScript. I asked a question about TypeScript. Dev users helped me. In this post, I’ll show you how to create an express application using TypeScript.…
Selamlar. Farklı teknolojilerle olan bağımı koparmamak adına belli aralıklarla o teknolojileri kullanıyorum. Bazen database bağımlı bazense database bağımsız oluyor bu uygulamalar. Biliyorsunuz TypeScript JavaScript’e derlenen bir JavaScript superset’i. Yani kendisi…