I am developing a system for leave management where the leaves get accrued each month. On the 1st day of each month, the leave for the previous month gets accru
I'm using ASP.NET Core to serve an API to an Android client. Android signs in as a Google account and passes a JWT, the ID Token, to API as a bearer token. I
I've the following TypeScript code: import express from "express"; const app = express(); const fs = require('fs') app.use(express.json()) app.get('/', (req,
I am not good with PHP coding, I need help with the following. I have this in a loop: $pageid = get_queried_object_id(); if (stripos($pageid,
I am in need of help proving that an algorithm has greedy choice property and optimal substructure. Context of the problem: Consider a problem where a company o
Hi Everyone i have two model 1 in Dailytrip and 2nd one is Team, i need to use Team model as foreign key in Dailytrip model, while run Makemigrations getting
How do I read every line of a file in Python and store each line as an element in a list? I want to read the file line by line and append ea