Code Monkey home page Code Monkey logo

home-backup's Introduction

Hello there! 👋

My name is Basti Ortiz. I am an undergraduate student from the University of the Philippines Diliman taking up a Bachelor of Science in Computer Science. I am also a well-respected author who writes blog posts at dev.to about various topics and technologies. I am most known for my JavaScript and Rust articles. In no particular order, the following articles below are among my most well-received:

In my spare time, I always strive to learn something new. Perhaps this may be a new library, framework, technology, or design pattern. For languages such as Rust and C++, I go into rabbit holes about various aspects from each language so that I can better understand the "magic" behind the scenes, which in turn makes me a better programmer overall.

I particularly enjoy back-end web development. I specialize in server-side applications, infrastructure design, and software architecture. To me, the best part of the job is the orchestration of various application components into one cohesive system. Nothing is more rewarding than seeing the whole greater than the sum of its parts—and nowhere is this better exemplified than in back-end development.

I do not consider myself to be a "solo developer". I prefer collaborating and learning with others. If given the time and opportunity, I also host lectures for my colleagues, where I present best practices about programming. Thus, I strongly believe that collaboration—not competition—is the key to growth. Teamwork makes everyone better in the long run.

A rising tide lifts all boats.

Proficiencies

  • 7 years of experience in the web development space
    • With particular knowledge of core Web technologies (HTML, CSS, and JavaScript/TypeScript)
    • Back-end development with Node.js and Deno
    • Has good grasp of lower-level networking concepts (routers, IP, TCP, etc.)
    • Fairly deep knowledge of the internal workings of the various networking stacks and protocols in the Internet protocol suite
  • Moderate experience in systems-level programming with Rust and C/C++
  • Some experience in graphics programming with OpenGL
  • Can effectively use Git for distributed workflows
  • Can speak and communicate clearly
    • Especially relevant in programming lectures I hold for my classmates
    • Thus enjoys working and learning with others
  • Maintains a well-respected blog about various subjects in the aforementioned langauges and technologies

Languages

Top Languages

  • 🌐 HTML + CSS
  • 🟨 JavaScript + TypeScript
  • 🦀 Rust
  • 🛠 C/C++
  • 🐍 Python

Hobbies and Other Skills

Social Media and Contact Info

Platform User
🌱 DEV.to @somedood
🏢 LinkedIn in/basti-ortiz
🐦 Twitter @BastiDood

home-backup's People

Contributors

bastidood avatar

Watchers

 avatar  avatar

home-backup's Issues

Add rename functionality

The user must be able to rename files and directories. It must have a similar implementation to #2, but must submit an HTTP PUT request instead.

Better UI for file uploads that are too large

Upon uploading a file that is too large, the default behavior upon encountering the error is to clear the form and give a window.alert to the user. There has to be a better way of presenting the error.

Add multiple selection

The user must be able to select multiple files and directories. This feature is integral to #2.

Drag-and-drop uploads

The user must be able to upload (multiple or single) files and directories by dragging and dropping them into the app. This consequently enables full directories to be uploaded (#10).

This can also be an alternative to multiple selections (#4).

Add styles for invalid `<input>`

Entering an invalid new directory name should give visual feedback to the user that the input is invalid. This can be done by adding a red border around the <input> and providing a brief description of the error.

Add delete functionality

The user must be able to delete files and directories. The user must also be able to select multiple files and directories to be deleted (#4). To detect which file entries are to be deleted, one can use the event.target property from the MouseEvent instance of the 'click' event. Using data from the MouseEvent object, an HTTP DELETE request can be submitted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.