|
You are here |
blog.djy.io | ||
| | | | |
www.blog.montgomerie.net
|
|
| | | | | In which a method is presented for reliably building static libraries with subprojects in Xcode, and it is suggested that this method, combined with Git submodules or other similar mechanisms, provides the best way to share libraries, frameworks, or other code between projects. I'm sure I don't need to tell you that it's a useful thing to be able to share code between projects. On the small end of the scale, you might have created some nice views, or text processing classes, and want to be able to include them in multiple apps. On the larger end, perhaps you produce games written with a shared framework, or you're maintaining an open source library. | |
| | | | |
www.cyberdemon.org
|
|
| | | | | Demystifying git submodules by showing exactly how they work. | |
| | | | |
www.feoh.org
|
|
| | | | | Intro One of the beautiful things about powerful tools is that they enable you to do easy things easily but also more complicated things as well. Git is the perfect example of this. It represents an i | |
| | | | |
blog.m5e.de
|
|
| | | In this Guide, I want to cover installing ZITADEL with PostgreSQL on a Linux system. Please be aware that PostgreSQL support is still in Beta at the time of this writing, and you will need a PostgreSQL installation with Version 14 or higher. NGINX Proxy Create a new subdomain and point it to your server. Use certbot -d domain.name for creating a new SSL Cert. Create a new file in /etc/nginx/sites-available/domainname | ||