|
You are here |
williamdurand.fr | ||
| | | | |
tomasvotruba.com
|
|
| | | | | Series about PHP CLI Apps continues with 3rd part about writing Symfony Console Application with Dependency Injection in the first place. Not last, not second, **but the first**. Luckily, is easy to start using it and very difficult to | |
| | | | |
www.marcogomiero.com
|
|
| | | | | SERIES: Building a backend with Ktor Part 1: Structuring a Ktor project Part 2: How to persist Ktor logs Part 3: How to use an in-memory database for testing on Ktor Part 4: How to handle database migrations with Liquibase on Ktor Part 5 Generate API documentation from Swagger on Ktor Part 6: How to schedule jobs with Quartz on Ktor Part 7: Moving from mobile to backend development with Ktor Databases are an important and critical part of backend infrastructures. | |
| | | | |
matthiasnoback.nl
|
|
| | | | | [AI summary] A technical tutorial explaining how to create a custom Symfony 2 user provider using Yaml files to manage authentication instead of the default in-memory or entity providers. | |
| | | | |
connorberry.com
|
|
| | | Language Comparison Perl: while (<>) { print "$. : $_" } Perl: while (<>) { print "$. : $_" } CSharp: using System; using System.IO; class App { public static void Main(string[] args) { int line_number = 1; foreach (string arg in args) { foreach (string line in File.ReadLines(arg)) { Console.WriteLine(line_number + ":" + line);... | ||