Category: Blog

A Quick Guide to Cloud-based App Development

A cloud-based application is any software whose components are stored online and whose processes are executed in the cloud. Data can be accessed offline even though it is stored in the cloud. You can use the software either through a web browser, mobile app, or desktop app.

Read More

4 Proven Ways to Learn Programming Online

Today, the entire world relies on the internet for commerce, communication, entertainment, and even education. Thanks to this increased dependence on digital technologies, there’s now a greater demand for professionals with tech expertise. Data from business technology magazine CIO shows that 52% of companies intend to add new tech positions in 2022. Among the most highly sought-after jobs include database administration, software development, programming, web development, and systems analysis.

Read More

Toy Game Engine: The Thin C++ Game Engine

The “Toy Game Engine” is a thin and modular Game Development Engine that is developed in C++ Programming Language. The Aim of this engine is to provide the thinnest and simplest stack of technology for making games just by using simple c++ code. The Toy Game offers simple user interface, rendering maps, audio, and it provides a seamless extension of game code with no cost. It has different tools, editors, and scripting tools, to design fully functional 2d or 3d games in less time.

Read More

Torque 3D: Everything about Garage Games 3D Engine

Torque 3D, or TGE, is an open-source gaming engine that was developed by Dynamix for the first-person shooter game Tribes 2 in 2001. It was known as Torque2d back then. In September 2012, the Garage Games released Torque 3D as an open-source gaming engine under the MIT license, and they have been maintaining it to this day.

Read More

Tombstone Game Engine: The Successor of C4 Engine

The Tombstone is the successor to the C4 Game Engine. The Tombstone Game Engine is a commercial-based gaming engine that is not only capable of targeting newer machines like PlayStation 5’s and Xbox one but also can target major and more advanced desktop platforms like AMD Ryzen series and core i9 series.

Read More

What is Stratagus: Everything About Stratagus Game Engine

Stratagus is a free and open-source gaming engine that’s used to build real-time video games. It’s a cross-platform Gaming Engine licensed under the GNU GPL-2.0 only. It’s written mostly in C++ and the configuration language for Stratagus is Lua. It included support for playing over the internet/LAN or computer as an enemy. The engine was made configurable and can be used to create games with a very wide range of special features that users need.

Read More

A Comprehensive Comparison of Static Code Analysis Tools

This article will list the top 10 source code analysis and code review tools that I have used throughout my 13+ years in the software development field. These tools are also known as Static Application Security Testing (SAST) Tools and can help analyze source code or compiled programs. Most developers use static analysis tools that are plugged into their development environments, such as Visual Studio, Eclipse, or other IDE consoles.

Read More

React Native – The Complete Guide: Leverage your React skills to build native iOS and Android apps with React Native, including Push Notifications, Hooks, and Redux
View on Udemy