App Lab logo

Posts tagged howto

Web design UI workshop

2022-02-09Lia Abed

web design can be very overwhelming and confusing if not approached in the right manners, and this blog is about guiding you throughout your journey to build a very beautiful seamless web design using basic html and css code!

Read more…

How to Build Your Own API

2021-11-15Felipe Yanaga

You are programmer that is sick of only doing class assignments and want to dabble with something that is closer to the real world? Well, this is the place for you my friend. This blog contains a video where we will go over both the theory and the practice of building your own API!

Read more…

What is Pair Programming?

2021-03-29Rohaid Bakheet

So you’re working on a project with another person or group of people for the first time, and you’re unsure of how to stay motivated or stay focused, what on earth do you do? Well there are multiple solutions to said issue, but we’ll be talking about a specific technique called pair programming.

Read more…

Where to Start in App Development for Non-Coders

2021-02-22Jonah Soberano

If you don’t have experience with coding, you may be unsure on where to start with your web or mobile app ideas. Below are some tips that can help get you started.

Read more…

Debugging Tips

2021-02-17Daniel Manila

Debugging is a fairly essential part of programming, and this post aims to give you a few general tools and strategies to help you debug effectively.

Read more…

How to Use Grid Layout

2020-09-04Lasya Pullakhandam

The CSS grid is a two-dimensional layout system that allows us to stack and line up content in columns and rows. One-dimensional Flexbox elements can be used for smaller components in the grid layout. And since it is built into CSS, the native properties allow for better performance.

This post will go through the basics of CSS grid, how to set up a simple grid layout, and how we used it to clean up our own website.

Read more…

How to install Clojure on Windows

2019-09-11Jeff Terrell

For reference, here is how we in the App Lab recommend installing Clojure. The official guide works great for MacOS and Linux users, but it currently has some confusing aspects for Windows users that are worth clarifying.

Read more…