Coder Survival Guide

Coder Survival Guide

6372 bookmarks
Custom sorting
Understanding client-side web development tools
Understanding client-side web development tools
Client-side tooling can be intimidating, but this series of articles aims to illustrate the purpose of some of the most common client-side tool types, explain the tools you can chain together, how to install them using package managers, and control them using the command line. We finish up by providing a complete toolchain example showing you how to get productive.
·developer.mozilla.org·
Understanding client-side web development tools
The Devastating Decline of a Brilliant Young Coder
The Devastating Decline of a Brilliant Young Coder
Lee Holloway programmed internet security firm Cloudflare into being. Then he became apathetic, distant, and unpredictable—for a long time, no one could make sense of it.
·wired.com·
The Devastating Decline of a Brilliant Young Coder
Index
Index
·agilegamesfrance.fr·
Index
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
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
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