Explore >> Select a destination


You are here

www.jeremykun.com
| | www.pl-enthusiast.net
4.8 parsecs away

Travel
| | This blog post is the first in my series on secure computationand will be presented in two parts. It briefly introduces some work my collaborators and I published this year, which illustrates a pleasant application of programming languages ideas to ... Continue reading ?
| | www.brianbondy.com
4.8 parsecs away

Travel
| | Brian Bondy - Father, runner, software engineer, entrepreneur, and writer.
| | henrikwarne.com
4.8 parsecs away

Travel
| | I recently finished the Coursera course Algorithms: Design and Analysis, Part 2 by Professor Tim Roughgarden of Stanford.I've already reviewed part 1, and here are my thoughts on the second part. The main theme of part 1 was the divide and conquer paradigm. In the second part the main themes were greedy algorithms, dynamic programming...
| | pingbin.com
28.1 parsecs away

Travel
| [AI summary] The provided content outlines a comprehensive guide for deploying C# ASP.NET Core 6.0 applications to an Ubuntu server using GitHub Actions CI/CD, with NGINX as a reverse proxy and MySQL as an optional database. It includes steps for setting up a virtual machine, installing .NET Core, configuring NGINX, setting up MySQL, and automating the deployment process with GitHub Actions.