Posts tagged howto
Web design UI workshop
2022-02-09web 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!
How to Build Your Own API
2021-11-15You 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!
What is Pair Programming?
2021-03-29So 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.
Where to Start in App Development for Non-Coders
2021-02-22If 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.
Debugging Tips
2021-02-17Debugging 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.
How to Use Grid Layout
2020-09-04The 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.
How to install Clojure on Windows
2019-09-11For 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.