Sep 30Installing Bootstrap on Rails ProjectEnsuring a responsive design is crucial, as approximately 90% of users access websites via their smartphones. Equally important is giving our applications a purposeful and visually appealing design. Bootstrap, a powerful library, comes to the rescue by enabling us to create compelling application layouts while ensuring responsiveness. …Bootstrap 52 min readBootstrap 52 min read
Nov 8, 2022Importing a Class to JSP (JAVA) using EclipseOne of the errors that I have come across when working on the Eclipse IDE and Macbook and very common throughout the JAVA Community while working with JSPs is the error below:4 min read4 min read
Dec 15, 2021Learn Concatenation and Interpolation with Python StringsLearn the difference between string interpolation and concatenation in Python Objectives: Learn about string concatenation and implementation Learn string interpolation and implementation What is String Concatenation? In python, concatenation means the “joining” of strings together using the + operator. What we have to watch out for, is that if the parameters/variables passed are similar…3 min read3 min read
Nov 20, 2021Week 12- Wrap UpWhat did you find enjoyable or not about this assignment? This Course was really informational. Everything about blogging and the assignements were great. The only thing that I consider there more of is more interactive videos for us to even learn more. …2 min read2 min read
Nov 17, 2021Week 11- What are SSD Drives?What are SSD Drives and are they better than regular Hard Drives? SSD stands for Solid State Drive. A typical Hard drive consists of a metal platter with a magnetic coating that stores data. A read/write head on an arm accesses the data while the platter is spinning. …2 min read2 min read
Nov 6, 2021Week 10 — What is IAC Driver?Can different applications communicate with each other within the same operating system? — Background I am a musician, part of the Spanish Music Group for a church. We usually put up a screen behind us. We have a projector that is connected to my MacBook Pro, which runs ProPresenter software from Renewed Vision, and Abelton Live, and from Abelton I would connect a foot…3 min read3 min read
Nov 1, 2021Week 9 — Learn About Requests, Response, HTTP, and HTTPSWhat is HTTP and HTTPS? The difference between the two protocols is that HTTPS uses TLS also known as a SSL Certificate to encrypt normal HTTP requests and responses. URL stands for Uniform Resource Locator. This URL contains multiple parts such as the domain name, along with other detailed information to create a complete address…2 min read2 min read
Oct 24, 2021Week 8- Macbook ProSome people are already wondering if you should get the new Macbook Pro. Is it worth it? What are it’s features. …2 min read2 min read
Oct 18, 2021Week 7- Installing RAM on iMacIf you would like to add more RAM to the 8GB that Apple has given you for your iMac, make sure to read through this to install. …3 min read3 min read
Oct 18, 2021Week 6- Command Line BasicsWhat is so great about our terminal? We can do so many things in our terminal with just our keyboard. We can put our mouse back to sleep. In this blog we are just going to cover the most basic commands to how to move within our terminal. Commands mkdir Also…2 min read2 min read