/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

erick.navarro.io
| | aayushsahu.com
2.7 parsecs away

Travel
| |
| | chringel.dev
2.6 parsecs away

Travel
| | This post shows an example workflow to automatically deploy the latest version of a Hugo website using GitHub Actions.
| | hiepph.xyz
2.6 parsecs away

Travel
| | My ~/.emacs.d configuration used to be a mess. For example, here are 2 old configurations for IDO and sidebar neotree. ;; ### IDO ##### (require 'ido) ;; enable IDO (ido-mode 1) (ido-everywhere 1) (ido-ubiquitous-mode 1) (setq ido-enable-flex-matching t) (setq ido-use-filename-at-point nil) (setq ido-auto-merge-work-directories-length -1) (setq ido-use-virtual-buffers t) ;; Shows a list of buffers (global-set-key (kbd "C-x C-b") 'ibuffer) ;; #### Neo Tree ##### (require-package 'neotree) ;; Bind F8 to sh...
| | techsavvypriya.wordpress.com
12.0 parsecs away

Travel
| "Hello World" function(Lambda) for AWS using the serverless framework https://serverless.com/ What is Serverless Architecture? Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS"), the best-known vendor host of which currently...