Joy's Dev.to Blog Posts

This blog was created when I started school. As part of our schoolwork we were required to write a blog post every week. This was to be done outside our 11 hour school day. Due to lack of time, I didn't put much effort into these blog posts. I have decided to start blogging again, but this time as a way to study topics I find difficult and hopefully these new blog posts will be better written :P. I will study the topics enough that I can write a blog post about that topic. I may throw in some fun topics here and there but I will mainly use the blog to force myself to study hard-to-understand topics.

The blog posts are pretty old, back from when I was in school in 2019.
But stay tuned, I will be adding new blog posts soon!

  • Open Source
    Let's talk about the basics of Open Source Code!
    Click here to read full article
  • Uploading Images to Cloudinary in React Native Using Cloudinary's API
    It is very common to allow a user to upload a photo in a given application and can make an applicatio...
    Click here to read full article
  • Bootstrap
    What is Bootstrap? Bootstrap is is a toolkit comprised of HTML, CSS, and Javascript tools. Twitter...
    Click here to read full article
  • Python Basics, for Javascript Developes: Part 2
    In the last article we learned about how to "declare" variables and learned what lists are in Python....
    Click here to read full article
  • Python basics, for Javascript developers: Part One
    Python is a great coding language to learn. There are a lot of reasons to learn Python. Aside from th...
    Click here to read full article
  • Javascript Async Callbacks
    Let's talk a little bit about async callbacks. First we need to talk about synchronicity vs asynchro...
    Click here to read full article
  • Components: React components VS AngularJS components
    First, let's talk about what components are. Components are reusable pieces of code that return html...
    Click here to read full article
  • CSRF Attacks
    CSRF stands for Cross-Site Request Forgery. It's a web-security vulnedrability that allows an attack...
    Click here to read full article
  • Singly and Doubly Linked Lists
         There are three types of linked lists: singly, doubly and circular.  Today I will be talking abo...
    Click here to read full article