Mediocre Inventions
  • Home
  • Web Application Basics
  • Rails, React, and Nginx
  • WordPress Setup and Free Hosting
  • Privacy Policy
Skip to content
  • Home
  • Web Application Basics
  • Rails, React, and Nginx
  • WordPress Setup and Free Hosting
  • Privacy Policy
Category: Web Application Basics

Category: Web Application Basics

Before starting some of the tutorials on this website, it is recommended to review some of the topics here. This is to make sure you are familiar with the relevant concepts for this site.
The articles in this category cover some of the basic topics that are relevant to web application development. These are brief articles that are meant to get you an idea of what to expect.
You can read these in order starting from 1., but it is not necessary. Some of the tutorials later on will reference specific articles here if needed.

Home Archive for category "Web Application Basics"

Before starting some of the tutorials on this website, it is recommended to review some of the topics here. This is to make sure you are familiar with the relevant concepts for this site.
The articles in this category cover some of the basic topics that are relevant to web application development. These are brief articles that are meant to get you an idea of what to expect.
You can read these in order starting from 1., but it is not necessary. Some of the tutorials later on will reference specific articles here if needed.

12. Data Structure Basics For Programming

12. Data Structure Basics For Programming

December 29, 2018 February 13, 2019

Intro Knowing various data structures can be very beneficial when creating applications. For example, some data structures are faster to search through and some will be faster for inserting data. Depending on what your use case is, knowing when to use certain data structures and when to avoid certain ones …

Web Application Basics
Read more"12. Data Structure Basics For Programming"
11. Big O Notation Basics For Programming

11. Big O Notation Basics For Programming

December 29, 2018 February 13, 2019

Intro If you have followed through the Ruby on Rails tutorials on this website, then you should have a basic working application with an API to create, read, update, or delete items from your database. Following these concepts, you can build a lot of different applications, since this is essentially …

Web Application Basics
Read more"11. Big O Notation Basics For Programming"
10. Web Application Monitoring

10. Web Application Monitoring

December 29, 2018 February 13, 2019

Intro When your application has gone live, you will probably want some way of monitoring it. For example, it would be very helpful if you were able to see how many users are visiting your site, where they are visiting from, or if it is even still running at all. …

Web Application Basics
Read more"10. Web Application Monitoring"
9. Search Engine Optimization (SEO)

9. Search Engine Optimization (SEO)

December 29, 2018 February 13, 2019

Intro After you have made your website live and accessible by the world, you may want to give the public a way to find your website. Search Engine Optimization (SEO) is the practice of making a website more accessible through search engines. This way when people use search engines like …

Web Application Basics
Read more"9. Search Engine Optimization (SEO)"
8. Scripting for Linux Systems

8. Scripting for Linux Systems

December 29, 2018 February 13, 2019

Intro Once you have built a web application, you will have to set up and configure a server before it can be deployed in a production environment. However, before diving into server configurations, learning how to use the terminal is very important. Terminal The terminal is used to execute commands …

Web Application Basics
Read more"8. Scripting for Linux Systems"
7. Encryption and Hashing for Applications

7. Encryption and Hashing for Applications

December 29, 2018 February 13, 2019

Encrypting Encrypting is the process of turning data into something that is not understandable. Decrypting is the process of turning this jumbled information back into something readable. This is useful for hiding sensitive information such as credit card numbers and contact information. You can encrypt information in databases so that …

Web Application Basics
Read more"7. Encryption and Hashing for Applications"
6. Web Servers For Hosting Your Application

6. Web Servers For Hosting Your Application

December 29, 2018 February 13, 2019

Intro Web servers help your web application serve information to clients. You can run an application with Rails with just its default application server, but it will likely not do too well in a production environment with lots of users trying to use the application at the same time.  Servers …

Web Application Basics
Read more"6. Web Servers For Hosting Your Application"
5. Databases and Data Storage Basics

5. Databases and Data Storage Basics

December 29, 2018 February 13, 2019

Intro In this article, we will go over some of the most common ways of storing and retrieving data.  Web applications typically use databases to manage their data. There are 2 main types of databases: SQL based databases and NoSQL databases.  SQL Databases SQL databases are relational databses. This means …

Web Application Basics
Read more"5. Databases and Data Storage Basics"

Posts navigation

1 2

Recent Tutorials

  • 5. Deploying WordPress To Heroku
  • 4. Setting Up The Git Repository
  • 3. WordPress Configurations And Preparation

Tutorials

  • Rails and React To Production (Nginx)
    • Rails Authentication/Authorization
    • Ruby on Rails With React
    • Ruby on Rails, Nginx and Puma
  • Web Application Basics
  • Wordpress Free Hosting Workaround
    • Installing Wordpress
    • Wordpress Hosting Options
©2019 Mediocre Inventions
Back to Top