Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
7 results tagged best_practice  ✕
6 best practices for managing Git repos https://opensource.com/article/20/7/git-repos-best-practices
Fri 03 Jul 2020 11:02:38 PM CEST
QRCode

Having access to source code makes it possible to analyze the security and safety of applications. But if nobody actually looks at the code, the issues won’t get caught, and even when people are actively looking at code, there’s usually quite a lot to look at. Fortunately, GitHub has an active security team, and recently, they revealed a Trojan that had been committed into several Git repositories, having snuck past even the repo owners.

article best_practice git guidelines
nlp-recipes - Natural Language Processing Best Practices and Examples https://github.com/microsoft/nlp-recipes
Sat 25 Apr 2020 12:44:18 AM CEST
QRCode

The goal of this repository is to build a comprehensive set of tools and examples that leverage recent advances in NLP algorithms, neural architectures, and distributed machine learning systems. The content is based on our past and potential future engagements with customers as well as collaboration with partners, researchers, and the open source community.

best_practice collection NLP
RESTful API: 10 Best Practices http://losviluppatore.it/restful-api-10-best-practices/
Mon 12 Aug 2019 04:37:05 PM CEST
QRCode

Negli ultimi anni lo sviluppo di web API si è notevolmente incrementato a seguito della diffusione di client etereogenei e di nuove tecnologie: PC desktop, dispositivi mobili come cellulari e tablet, IOT (Internet of Things), Big Data, usano tutti interfacce web based per connettere e aggregare componenti e dati distribuiti al fine di creare sempre nuove soluzioni/servizi per qualsisi tipo di business globale. E’ nata per questo la necessità di creare dei sistemi di backend “neutrali” che forniscono dati in maniera “grezza” (tipicamente nel formato JSON o XML) che poi vengono utilizzati opportunamente sulle varie tipologie di dispositivi. Il modello adottato per la progettazione delle API è l ‘ormai conslidato REST.

In breve, questo modello consente di strutturare le API in risorse logiche su cui si opera mediante il protocollo HTPP usando le operazioni standard che quest’ultimo ci mette a disposizione, quindi: GET, POST, PUT e DELETE.

Esula da questo articolo l’approfondire il modello REST; fornirò alla fine un elenco di risorse utili per chi volesse approfondire l’argomento. Qui invece verrano descritte 10 best pactices per progettare/sviluppare una API in maniera chiara e pulita. L'utilizzo di metodologie e convenzioni chiare e predefinite consente meglio di condividere le informazioni tra sviluppatori, architetti e designer al fine di migliorare tutto il ciclo di implementazione di una web API.

Ma vediamo l’elenco delle 10 best practices:

Indice

  1. Usare Nomi e non Verbi
  2. Usare i Nomi al plurale
  3. GET e parametri di query non dovrebbero alterare lo stato
  4. Usa le sub-resources per descrivere le relazioni
  5. Usa gli header HTTP per definire i formati di serializzazione dei dati
  6. Use HATEOAS
  7. Implementa operazioni di filtraggio, ordinamento, selezione di specifici campi e paginazione per le collection: Filtraggio, Ordinamento, Selezione di campi, Paginazione
  8. Versiona la tua API
  9. Gestisci gli errori usando i codici di stato HTTP: Usa il payload dell’errore
  10. Consenti l’override dei metodi HTTP
api article best_practice locale:it programming rest
Intro Guide to Dockerfile Best Practices - Docker Blog https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices/
Mon 08 Jul 2019 06:45:04 PM CEST
QRCode

Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version announcements!

article best_practice docker guidelines post
User Inyerface - A worst-practice UI experiment https://userinyerface.com/
Fri 05 Jul 2019 09:54:20 AM CEST
QRCode

Hi and welcome to User Inyerface, a challenging exploration of user interactions and design patterns.

To play the game, simply fill in the form as fast and accurate as possible.

A frustrating and unpleasant UI-UX experience.

best_practice experiment ui-ux web
Git Best Practices https://programmerfriend.com/index.php/2019/03/01/git-best-practices/
Fri 01 Mar 2019 10:31:53 PM CET
QRCode

Over the years I learned a lot about git. Most of the parts I learned the hard way by using it on a regular basis. Here I summarize a lot of the things which I would consider Git Best Practices for using git in a team. Use the force Luke – use the CLI.

best_practice command_line git guidelines
SQL Database Best Practices with Django (or any ORM) | Scott Lobdell http://scottlobdell.me/2015/01/sql-database-best-practices-django-orm/
Mon 16 Nov 2015 10:38:52 AM CET
QRCode

"Some best practices that would be difficult to otherwise stumble upon and self-learn."

best_practice database django python
3654 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn