- 👋 Hi, I’m @jeziellopes
- 👀 I’m interested in Software Engineering, Clean Architecture, DDD, BDD, TDD
- 🌱 I’m currently focusing on Fullstack Engineering with Node, TypeScript, React & AWS
- 💞️ I’m looking to collaborate with Product, UX, Front-End, Back-End and DevOps
- 📫 How to reach me https://www.linkedin.com/in/jezielcarvalho/
⌨ Software Engineer | 🎓 BSc CIS | 🐧 Bash enthusiast | Passionate about turning business rules into digital solutions.
Pinned Loading
-
MITx-6.00x-Introduction-to-Computer-Science-and-Programming
MITx-6.00x-Introduction-to-Computer-Science-and-Programming PublicThis repository contains my solutions and notes for the course MITx - 6.00x Introduction to Computer Science and Programming offered by MITx on edX.
Python
-
This is how we should set permission...
This is how we should set permissions on private keys in .ssh folder on Linux. Thanks to this guys on source link. 1- `.ssh` directory: `700 (drwx------)`
2- public key (`.pub` file): `644 (-rw-r--r--)`
3- private key (`id_rsa`): `600 (-rw-------)`
4- lastly your home directory should not be writeable by the group or others (at most `755 (drwxr-xr-x)`).
5 -
2006-programming-projects
2006-programming-projects PublicThis directory served as a workspace where I documented a range of experiments conducted during my initial days into programming between 2006 and 2007. During this period, I was facing the challeng…
Visual Basic 6.0
-
-
nginx.conf
nginx.conf 1map $sent_http_content_type $expires
2{
3default off;
4text/html 15m;
5text/css 15m;
-
nginx.conf
nginx.conf 1worker_processes 1;
2user nobody nobody;
3error_log /dev/stdout;
4pid /tmp/nginx.pid;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.