Coder Survival Guide

Coder Survival Guide

6396 bookmarks
Newest
Adminer - Database management in a single PHP file
Adminer - Database management in a single PHP file
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
·adminer.org·
Adminer - Database management in a single PHP file
LETTRIA | outil de TALN
LETTRIA | outil de TALN
LETTRIA est un outil de traitement du langage naturel (NLP) dédié à la compréhension du français. Notre mission est d'aider les développeurs à construire les prochaines applications linguistiques intelligentes, qu'il s'agisse d'un chatbot, d'un outil de traduction, de l'analyse de texte ou d'un assistant personnel.
·lettria.com·
LETTRIA | outil de TALN
Free OWASP Top 10 Exercises
Free OWASP Top 10 Exercises
Kontra is an Application Security Training platform built for modern development teams.
·application.security·
Free OWASP Top 10 Exercises
10 security tips for frontend developers | Hacker Noon
10 security tips for frontend developers | Hacker Noon
Web security is a topic that is often overlooked by frontend developers. When we assess the quality of the website, we often look at metrics like performance, SEO-friendliness, and accessibility, while the website’s capacity to withstand malicious attacks often falls under the radar. And even though the sensitive user data is stored server-side and significant measures must be taken by backend developers to protect the servers, in the end, the responsibility for securing that data is shared between both backend and frontend. While sensitive data may be safely locked in a backend warehouse, the frontend holds the keys to its front door, and stealing them is often the easiest way to gain access.
·hackernoon.com·
10 security tips for frontend developers | Hacker Noon
Website security
Website security
This article has explained the concept of web security and some of the more common threats against which your website should attempt to protect. Most importantly, you should understand that a web application cannot trust any data from the web browser. All user data should be sanitized before it is displayed, or used in SQL queries and file system calls.
·developer.mozilla.org·
Website security
Netflix : La page de trop
Netflix : La page de trop
Le numérique est une des causes du changement climatique. Rendez-vous compte : il rejette plus de gaz à effet de serre que le secteur aérien. Une des solutions pour réduire cet impact est d'appliquer des principes de sobriété numérique. Au niveau du ...
·batby.hashnode.dev·
Netflix : La page de trop
A humble guide to database schema design - Mike Alche
A humble guide to database schema design - Mike Alche
Having a good database schema design is crucial for building applications that will need to scale in traffic and complexity. If you happen to do a bad design choice you will see that it takes a lot of effort to stop the pattern from propagating to your backends’ services and controllers, and finally to your … A humble guide to database schema design Read More »
·mikealche.com·
A humble guide to database schema design - Mike Alche