21 y.o. software developer from Uzbekistan
-
WoodlinePro
- Tashkent , Uzbekistan
- https://www.linkedin.com/in/asrorbek-shahobiddinov/
Pinned Loading
-
Nest.js and Prisma
Nest.js and Prisma 1import { Module } from "@nestjs/common";
2import { PrismaService } from "./prisma.service";
34@Module({
5providers: [PrismaService],
-
Bootstrap a NestJs application with ...
Bootstrap a NestJs application with CORS enabled 1import { INestApplication } from '@nestjs/common'
2import { NestFactory } from '@nestjs/core'
3import { App } from './app'
45setImmediate(async (): Promise<void> => {
-
TaskController manages HTTP requests...
TaskController manages HTTP requests for tasks, logging with APILogger 1import { APILogger } from '../logger/api.logger';
2import { TaskService } from '../service/task.service';
34export class TaskController {
5 -
Fetch data client function for SQL q...
Fetch data client function for SQL queries 1const Fetch = async(SQL, ...params) => {
2try {
3const client = await pool.connect()
4const { rows } = await client.query(SQL,params.length ? params : null)
5return rows
-
Telegraf.js
Telegraf.js 1const { Markup, Extra } = require('telegraf');
23Extra.markup(Markup.inlineKeyboard([
4[
5Markup.callbackButton('name button', 'data_button'),
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.