idk who cares?

"Goodbye Secure Programming and hello to all the Zero Days" ~ UwU Underground
Developing REST APIs and Backends
- Korea
-
06:52
- 9h ahead - https://akama-aka.kitsune.exposed
- https://wakatime.com/akama_aka
Highlights
Pinned Loading
-
NodeJS Redi Cache Connector
NodeJS Redi Cache Connector 1const Redis = require("ioredis");
2const crypto = require("node:crypto");
34try {
5redisClient = new Redis({
-
Database Connector for pg for NodeJS...
Database Connector for pg for NodeJS Projects 1const { Pool } = require("pg");
2const pool = new Pool({
3host: process.env.DB_HOST,
4user: process.env.DB_USERNAME,
5password: process.env.DB_PASSWORD,
-
Code Snippet for Fastify MVC
Code Snippet for Fastify MVC 1function buildRoutes(controllerPath) {
2try {
3return require(controllerPath).map((routeOptions) => routeOptions);
4} catch (e) {
5console.log(e);
-
ASPL v1.1
ASPL v1.1 1# Aki Solutions Public License (ASPL) v1.1
23© 2024 Aki Solutions, [https://licenses.aki-solutions.net/](https://licenses.aki-solutions.net)
4Contact: [contact@aki-solutions.net](mailto:contact@aki-solutions.net)
5Copyright-, DMCA-, License Violation: [dmca@aki-solutions.net](mailto:dmca@aki-solutions.net)
-
Reads Docker Container Secret Files ...
Reads Docker Container Secret Files and load them into the Environment Table 1const getSecrets = () => {
2const secretsFolder = "/run/secrets";
3const validSecrets = [ // Insert here all the Secrets you have in the Container.
4"DATABASE_URL",
5"SERVER_HOST",
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.