Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    https://sophisticatedspectra.com/article/drosia-serenity-a-modern-oasis-in-the-heart-of-larnaca.2521391.html

    DROSIA SERENITY
    A Premium Residential Project in the Heart of Drosia, Larnaca

    ONLY TWO FLATS REMAIN!

    Modern and impressive architectural design with high-quality finishes Spacious 2-bedroom apartments with two verandas and smart layouts Penthouse units with private rooftop gardens of up to 63 m² Private covered parking for each apartment Exceptionally quiet location just 5–8 minutes from the marina, Finikoudes Beach, Metropolis Mall, and city center Quick access to all major routes and the highway Boutique-style building with only 8 apartments High-spec technical features including A/C provisions, solar water heater, and photovoltaic system setup.
    Drosia Serenity is not only an architectural gem but also a highly attractive investment opportunity. Located in the desirable residential area of Drosia, Larnaca, this modern development offers 5–7% annual rental yield, making it an ideal choice for investors seeking stable and lucrative returns in Cyprus' dynamic real estate market. Feel free to check the location on Google Maps.
    Whether for living or investment, this is a rare opportunity in a strategic and desirable location.

    GraphQL API with Node.js, TypeScript, PostgreSQL

    Posted By: BlackDove
    GraphQL API with Node.js, TypeScript, PostgreSQL

    GraphQL API with Node.js, TypeScript, PostgreSQL
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.4 GB | Duration: 6 lectures • 2h 51m


    Learn how to create a GraphQL API with Node.js tech stack

    What you'll learn
    Create GraphQL API with Nodejs, Express, TypeScript, PostgreSQL, Prisma and Redis
    Learn to implement authentication,, authorization, CRUD, relationships and a lot more in one of the most popular tech stack out there.
    Learn all those optimized practices like pagination (cursor), query complexity, caching etc.
    Learn how to build a practical project, showcase your skills, get a job. No more theoretical stuff with uncertain results.
    Learn testing GraphQL APIs with insomnia and playground.

    Requirements
    This is not a beginner friendly course. You should have already created some hobby projects in Nodejs
    Description
    Create GraphQL API in Node.js & TypeScript. Every line of code will be striclty typed. No more "any" type intuitions and the flaws of JavaScript.

    We will be using Node.js with Express, Nexus Schema for GraphQL, Prisma as an ORM for PostgreSQL, Redis and of course everything will be written in TypeScript, including the auto generated code.

    Style

    Hands on

    We will be spending majority of the time in our very own VS-Code. But we will also be using Playground/Insomnia for testing our GraphQL API.

    I recommend you code along. And try to watch it at 1.5x speed at least. It saves time.

    Architecture

    Users

    Register User (Create a new User)

    Login (Session based authentication with caching in redis)

    Get Authenticated User (Get the currently authenticated user details => more like an api which tells our api consumers that they are authenticated or not => will be judged by the validity of the cookie passed in the requests => our backend will check the cookie's validity and spit out 401 error if the cookie is invalid/absent)

    Logout

    Get all Users

    Posts

    Create Posts (A user can create as many posts it wants => one to many relationship)

    Their relationship with User (Each post will be associated to a single user as it's author/creator => many to one relationship)

    Get all Posts

    Tech Stack

    Language & Frameworks

    Node.js

    Express

    TypeScript

    Libraries

    PostgreSQL

    @prisma/client

    GraphQL

    nexus (for code oriented GraphQL code base)

    apollo-server-express

    Authentication

    express-session (for authentication => session based and cookies)

    Redis Cache

    ioredis

    connect-redis (for storing sessions in redis,, for authentication)

    Who this course is for
    TypeScript & GraphQL Enthusiasts.
    Nodejs Developers