Coding Isnβt Just For Coders Anymore
Coding Isnβt Just For Coders Anymore: A blog around the accessible nature of coding for non-coders. When you think of coding, you think of developers. You think of engineers or programmers. You think of people who are obsessed with computers and technology and seem to speak a different language. This group of people is called […]
Using Apartment Complex Management Software to Improve the Efficiency of Your Buildings
If you have several apartment buildings, then you know that property management is a time consuming process. It can be difficult to keep track of the needs of each building and ensure that those needs are properly addressed. If you want to improve the efficiency of your apartment buildings, then investing in apartment complex management […]
4 Tips For Faster C++ Compilation Times
4 Tips For Faster C++ Compilation Times: This post is about some techniques I have used to improve compilation times. This might be useful to you, if your compile times are long. In this post, I will talk about some techniques and tools that I use to reduce C++ compile time on Linux, including ccache […]
Java Factorial Program β Java Sorting Examples
Java Factorial Program β Java Sorting Examples: a helpful blog for those learning about the factorial function. Factorial of a Number Using Recursion In this program, we will learn how to find the factorial of a number using recursion in Java. Recursion is the process of defining something in terms of itself. A method that […]
How to use the Seating Chart in a Classroom
You can use the seating chart in a classroom for many reasons. Perhaps you want to keep certain students away from each other. Maybe you keep having to repeat yourself because certain seats are so far away that the students cannot hear you. Maybe you have a student who needs to be close to the […]
GSOC 2021 Progress Report Final
My final progress report for GSOC 2021. A brief introduction about me, if you have not seen my first blog, I am an undergraduate student from India. I am currently in my third year of college. My favorite programming language is Python and this summer I will be working on the project named “Porting the […]
How To Fix Java Installation Issues
How To Fix Java Installation Issues A blog about the main Java installation issues and how to constantly troubleshoot them Java installation issues are always frustrating. The environment is not conducive for creativity, and it can be very difficult to identify and solve any java installation issues. But it is important that you do. In […]
Codespaces – High Performance Workplaces
Welcome to Codespaces – High Performance Workplaces: A blog around how to run a best-performing workplace. This blog is the successor to the popular blog “High Output Management” and was originally entitled “Codespaces: High Output Management”. It is maintained by Bill Coughran, a partner at Sequoia Capital, and former SVP of Engineering at Google, who […]
Coding Tutorials Building your first game with the new google graphics library, Metal
Gamers: Have you ever wanted to develop your own game? Now, with the release of the new Google graphics library, Metal, developing a game has never been easier. This tutorial will show you how to get started using this powerful library. To use Metal, we will first need to install it. Start by opening up […]
A Case Study of a Large-Scale JavaScript Maintainability Project
I recently had to refactor the jslint codebase. It’s an interesting case study in large-scale JavaScript maintainability, and also an example of how to write really efficient code (especially for V8). If you’re not familiar with it, jslint is a JavaScript program that tries to catch bugs and enforce style. Here’s a very simple example: […]
