Skip to content
#

Back end

Back end is the programming that handles the behind-the-scenes of a website or application that people do not see, such as the server and database. Programming languages such as Python, Ruby, and PHP is used for back-end development.

Here are 7,986 public repositories matching this topic...

appwrite
olivia

《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/

  • Updated Sep 19, 2021
  • Java
eandre
eandre commented Aug 21, 2021

When a database migration doesn't apply cleanly, golang-migrate (the library we use under the hood to manage database migrations) marks the migration state as "dirty" and refuses to continue. This can be fixed by editing the database table (fixing the schema problem and then running UPDATE schema_migrations SET dirty = false), but that's not documented anywhere. We should add this to [SQL Data

tinyhttp
Wikipedia
Wikipedia