ENG | CS

ENG | CS

1795 bookmarks
Custom sorting
What is CI/CD in DevOps? - DEV Community
What is CI/CD in DevOps? - DEV Community
We’re only a couple of months away from the new year, which means it’s time to start looking ahead to...
·dev.to·
What is CI/CD in DevOps? - DEV Community
Watch "Build your own Excel 365 in an hour with F# - Tomas Petricek" on YouTube
Watch "Build your own Excel 365 in an hour with F# - Tomas Petricek" on YouTube
There are many interesting things happening in a spreadsheet. It needs an interactive user interface where users can edit data and formulas in cells, it needs to parse formulas that users write, it needs to evaluate formulas and show results on the fly and it also needs to handle errors such as division by zero and circular references. In this live coding session, Tomas will attempt to implement all of these features live on stage! The talk will show a number of techniques and principles that are useful even if you do not plan to create a competition to Excel 365 and Google Sheets! Along the way, you will learn about the Fable compiler which makes it easy to compile correct, functional-first code to JavaScript and run it in a browser. You will also learn about a number of powerful functional programming techniques. We will use the Elm architecture to create an interactive web application in a functional way and we will use parser combinators to easily create parser for formulas. Finally, we will look at the tips and tricks for handling errors and creating computations that update on-the-fly when data change. NDC Conferences https://ndcoslo.com https://ndcconferences.com
·youtu.be·
Watch "Build your own Excel 365 in an hour with F# - Tomas Petricek" on YouTube
Watch "A Day in the Life of a Software Engineer in Vienna 2021 - يوم في حياة مهندس برمجيات في فيينا" on YouTube
Watch "A Day in the Life of a Software Engineer in Vienna 2021 - يوم في حياة مهندس برمجيات في فيينا" on YouTube
أهلاً بيكم في يوم في حياتي كمهندس برمجة في فيينا في النمسا أنا هدفي من الفيديو ده اني أخليكو تشوفو يوم حقيقي في حياة مهندس برمجة بيكون شكلو عامل ازاي وكمية الوقت اللي بيتطلبو الشغل وبصراحة بعد ماشفت فيديوهات كتير استفزني جداً قد إيه الناس بتبين إن الموضوع كلو راحة نفسية ولعب و أكل عشان هوا ده اللي بيعجب الناس فقررت اني لازم أعمل فيديو منطقي يارب الفيديو يعجبكو وقولولي في التعليقات إيه رأيكم
·youtu.be·
Watch "A Day in the Life of a Software Engineer in Vienna 2021 - يوم في حياة مهندس برمجيات في فيينا" on YouTube
DEV Community
DEV Community
Get started with your web security journey and learn to keep your users and data safe. #DEVCommunity
·facebook.com·
DEV Community
Media Sync
Media Sync
Simple plugin to scan "uploads" directory and bring those files into Media Library.
·wordpress.org·
Media Sync
How to Preview Your Localhost on the Internet
How to Preview Your Localhost on the Internet
Imagine you are building a cool website. To see it, you can visit http://localhost:3000. The only problem is that the URL only works on your local computer. You could go out and buy a domain name, web server and SSL certificate then figure out how t...
·blog.basimhennawi.com·
How to Preview Your Localhost on the Internet
No network connectivity to/from Docker CE container on CentOS 8
No network connectivity to/from Docker CE container on CentOS 8
I just installed the latest release of docker-ce on CentOS, but I can't reach published ports from a neighboring server and can't reach the outside from the container itself. Running a plain vanilla
·serverfault.com·
No network connectivity to/from Docker CE container on CentOS 8
Subdomains, Nginx-proxy and Docker-compose
Subdomains, Nginx-proxy and Docker-compose
I'm looking for a way to configure Nginx to access hosted services through a subdomain of my server. Those services and Nginx are instantiated with Docker-compose. In short, when typing jenkins.19...
·stackoverflow.com·
Subdomains, Nginx-proxy and Docker-compose
How To: Vi / Vim Save And Quit The Editor Command
How To: Vi / Vim Save And Quit The Editor Command
Explains how to save and quit the vim or vi text editor. You can save the file with changes and exit Vim with ':wq' OR ':x' command on Linux
·cyberciti.biz·
How To: Vi / Vim Save And Quit The Editor Command
Initial Server Setup with Ubuntu 18.04 | DigitalOcean
Initial Server Setup with Ubuntu 18.04 | DigitalOcean
This guide will walk you through a few procedures that you should take early on in order to create a solid foundation for your new Ubuntu 18.04 server, before moving on to installing and configuring any software or services.
·digitalocean.com·
Initial Server Setup with Ubuntu 18.04 | DigitalOcean
UFW Essentials: Common Firewall Rules and Commands | DigitalOcean
UFW Essentials: Common Firewall Rules and Commands | DigitalOcean
UFW (uncomplicated firewall) is a firewall configuration tool that runs on top of iptables, included by default within Ubuntu distributions. It provides a streamlined interface for configuring common firewall use cases via the command line. This cheat
·digitalocean.com·
UFW Essentials: Common Firewall Rules and Commands | DigitalOcean
How To Install and Use Docker on Ubuntu 18.04 | DigitalOcean
How To Install and Use Docker on Ubuntu 18.04 | DigitalOcean
Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you'll install and use Docker Community Edition (CE) on Ubuntu 18.04. You'll install Docker itself, work with containers and images
·digitalocean.com·
How To Install and Use Docker on Ubuntu 18.04 | DigitalOcean
Cannot restart SSH daemon after changing sshd_config to port 2222
Cannot restart SSH daemon after changing sshd_config to port 2222
I have been looking around and couldn't find a solution to the issue I am having. I am running Ubuntu 16.04 LTS, and I followed instructions on the Ubuntu page for changing the SSH port to 2222 by
·superuser.com·
Cannot restart SSH daemon after changing sshd_config to port 2222
Error Permission denied (publickey) when I try to ssh | DigitalOcean
Error Permission denied (publickey) when I try to ssh | DigitalOcean
[note] Note from DigitalOcean Community team: The user @intalix has provided a popular answer to this question here: https://www.digitalocean.com/community/questions/error-permission-denied-publickey-when-i-try-to-ssh answer=44730 Recently I threw out
·digitalocean.com·
Error Permission denied (publickey) when I try to ssh | DigitalOcean