Skip to content

SkyCode

VICKY CHHETRI

SkyCode

VICKY CHHETRI

  • Home
  • About
  • Play Unity Game
Coding Managing Software Development

REST API Best Design Example

Vicky Chhetri December 14, 2022 No Comments

REST stands for Representational State Transfer. Any API (Application Programming Interface) that follows the REST design principle is said to be RESTful. Simply put, a REST API is a medium…

C# Coding

Pattern-matching improvements

Vicky Chhetri October 23, 2022 1 Comment

The relational pattern allows the <, >, <=, and >= operators to appear in patterns: With pattern combinators, you can combine patterns via three new keywords (and, or, and not):…

Coding Competitive programming

N-th Tribonacci Number

Vicky Chhetri October 18, 2022 No Comments

The Tribonacci sequence Tn is defined as follows: T0 = 0, T1 = 1, T2 = 1, and Tn+3 = Tn + Tn+1 + Tn+2 for n >= 0. Given…

Competitive programming

Fibonacci Number

Vicky Chhetri October 18, 2022 No Comments

The Fibonacci numbers, commonly denoted F(n) form a sequence, called the Fibonacci sequence, such that each number is the sum of the two preceding ones, starting from 0 and 1.…

Coding Competitive programming

Patients With a Condition

Vicky Chhetri October 17, 2022 No Comments

Table: Patients +--------------+---------+ | Column Name | Type | +--------------+---------+ | patient_id | int | | patient_name | varchar | | conditions | varchar | +--------------+---------+ patient_id is the primary…

Coding Competitive programming

Group Sold Products By The Date

Vicky Chhetri October 17, 2022 No Comments

Table Activities: +-------------+---------+ | Column Name | Type | +-------------+---------+ | sell_date | date | | product | varchar | +-------------+---------+ There is no primary key for this table, it…

Coding Competitive programming

Fix Names in a Table

Vicky Chhetri October 17, 2022 No Comments

Table: Users +----------------+---------+ | Column Name | Type | +----------------+---------+ | user_id | int | | name | varchar | +----------------+---------+ user_id is the primary key for this table. This…

General

Delete Duplicate Emails

Vicky Chhetri October 17, 2022 No Comments

Table: Person +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | email | varchar | +-------------+---------+ id is the primary key column for this table.…

General

Swap Salary

Vicky Chhetri October 17, 2022 No Comments

Table: Salary +-------------+----------+ | Column Name | Type | +-------------+----------+ | id | int | | name | varchar | | sex | ENUM | | salary | int |…

General

Calculate Special Bonus

Vicky Chhetri October 17, 2022 No Comments

Table: Employees +-------------+---------+ | Column Name | Type | +-------------+---------+ | employee_id | int | | name | varchar | | salary | int | +-------------+---------+ employee_id is the primary…

Posts pagination

1 … 9 10 11 … 21

« Previous Page — Next Page »

You Missed

Go

gRPC vs. REST: Choosing the Right API Architecture for Your Stack

General

Stop Using SQL for Everything: Why MongoDB + Go is the Ultimate Duo in 2026

General

How MapReduce Works Behind Large-Scale Systems

General

The Clean Architecture Trap: Stop Over-Engineering Your Apps

SkyCode

VICKY CHHETRI

Copyright © All rights reserved | Blogarise by Themeansar.

  • Home
  • Shop
  • About
  • Inquiry
  • C#11 And .Net 7 – Modern Cross-platform Development Fundamentals
  • MySQL Tutorial
  • Create your website with blocks
  • Pin Posts
  • Pin Posts
  • Resume