python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Export and import functions and code from one file to another in R
I am just starting to work with R, and this has probably been answered previously. In other languages like Javascript and Python, one can split their code in multiple files and then export functions f...
Coola
Votes: 0
Answers: 1
How we can achieve writing reusable and modular code
How we can achieve writing reusable and modular code in an Enterprise code. What are the basics to get started
VIKRAM SINGH CHOUHAN
Votes: 0
Answers: 1
Managing model types in Angular (CRUD architecture and API typing, base components and services)
Where do I find any complete examples of data management in Angular?
My REST API has about 200 API endpoints and returns some data in this format:
/user/123
{
id: 123
lastUpated: '21-12-2021'...
Sfisioza
Votes: 0
Answers: 0
Why does Kubernetes use a yaml file per "resource"
I am looking for a (more or less scientific) document/presentation that explains why the developers of the "Kubernbetes language" made the choice to fragment an application definition (for i...
Abdelghani
Votes: 0
Answers: 2