Author: Ethan Harrison

Ethan Harrison is an innovative technology enthusiast from the USA with a keen interest in the intersection of online casinos and emerging tech. Ethan is passionate about exploring how advancements in virtual reality, artificial intelligence, and blockchain are revolutionizing the online gambling industry. With a strong foundation in software development, Ethan delves into the latest trends and innovations, providing insights and solutions that enhance user experiences in the digital gaming world. Dedicated to staying ahead of the curve, Ethan actively shares knowledge through articles and community engagement, aiming to bridge the gap between cutting-edge technology and online entertainment.

Tokyo, Japan – Tokyo is a bustling metropolis known for its vibrant culture, cutting-edge technology, and world-class entertainment. It is also home to some of the most talented and innovative minds in the gaming industry, including Shinji Mikami and his team at Tango Gameworks. Shinji Mikami is a legendary game designer best known for creating the Resident Evil series, one of the most successful and influential horror game franchises of all time. In 2010, he founded Tango Gameworks, a game development studio based in Tokyo dedicated to creating unique and immersive gaming experiences. I had the opportunity to sit down…

Read More

In part 2 of our series on debugging RAM, we delve deeper into how to detect and fix memory leaks in managed languages, focusing specifically on the heap. The heap is a critical component of a program’s memory management system, responsible for dynamically allocating memory for objects and variables during runtime. However, if not properly managed, the heap can also be a common source of memory leaks – instances where memory is allocated but never properly released, leading to a gradual degradation of system performance. One of the most common tools used to detect memory leaks in managed languages is…

Read More

Cay Horstmann’s book “Core Java” is a comprehensive guide to the Java programming language, covering everything from the basics to advanced topics. In the book, Horstmann also offers valuable insights on debugging techniques that can help developers identify and fix issues in their code more efficiently. In this article, we will explore 12 handy debugging tips from “Core Java” that every Java developer should know. 1. Enable debugging mode: One of the most basic yet crucial steps in debugging is to enable debugging mode in your IDE or Java Virtual Machine. This allows you to set breakpoints, inspect variables, and…

Read More

Debugging embedded applications can be a daunting task, especially for those new to the field. However, with the right tools and techniques, it can be made much easier and more efficient. In this article, we will explore some of the best practices for debugging embedded applications and how to effectively troubleshoot issues that may arise. One of the first steps in debugging an embedded application is to ensure that you have the necessary tools set up. This includes having a reliable debugger, such as a JTAG debugger, and a way to monitor the program’s execution, such as a logic analyzer…

Read More

At Amazon Web Services (AWS), we are continuously working to improve the performance and efficiency of our services and tools. One recent development that we are particularly proud of is how we were able to halve the publish size of modular AWS SDK for JavaScript clients. The AWS SDK for JavaScript provides a set of APIs for building applications using AWS services in Node.js and the browser. The SDK is essential for developers looking to integrate AWS services into their applications, but with the growing number of services offered by AWS, the size of the SDK was becoming unwieldy. To…

Read More

In the world of fighting games, Marvel vs. Capcom 2 holds a special place in many gamers’ hearts. Released in 2000, this iconic crossover fighting game brought together characters from the Marvel and Capcom universes for intense battles that captivated players for years. Now, a recently translated 20-year-old interview with the developers sheds light on the reasons behind some of the game’s key gameplay changes, including the decision to switch to a 4-button fighter system. In the interview, which was originally conducted in Japanese and has only recently been translated into English, members of the development team discuss their thought…

Read More

It can be a frustrating feeling when you’re trying to end a program or application and it just won’t close. You click the close button or hit the exit key, but nothing happens. In some cases, you may resort to using the task manager to force shut down the program, but even that doesn’t work. This is a phenomenon known as “crashing,” and it can be incredibly annoying and inconvenient. Crashing occurs when a program or application encounters a serious error that causes it to become unresponsive. This can happen for a variety of reasons, such as a software bug,…

Read More

With the rise of messaging applications such as WhatsApp, Facebook Messenger, and Slack, the demand for chat applications has never been higher. Whether it’s for personal communication or business collaboration, people are constantly looking for new and innovative ways to connect with others. One platform that has been gaining popularity in the chat application space is Amazon Chime SDK messaging. This software development kit allows developers to easily add chat features to their iOS and Android applications, making it easier than ever to build robust and scalable chat applications. The Amazon Chime SDK messaging provides a range of features that…

Read More

Yuji Horii is a legend in the world of video games. As the creator of the wildly popular Dragon Quest series, he has captivated audiences with his immersive storytelling, imaginative characters, and innovative gameplay. Recently, I had the opportunity to sit down with him for an exclusive interview, where we discussed his influences, creative process, and the future of the gaming industry. Born in 1954 in Hyogo, Japan, Horii was drawn to the world of gaming from a young age. He credits his love for storytelling and his fascination with role-playing games for inspiring him to create Dragon Quest, which…

Read More

Greg Kasavin, the creative mind behind the critically acclaimed game Hades, sat down for an interview to discuss why Supergiant Games is so open with their development process. Known for their transparency and willingness to engage with their community, Supergiant has become a shining example of how game developers can foster a strong and dedicated fan base. Kasavin explains that from the start, Supergiant has made a conscious effort to be open and transparent with their fans. He believes that this level of communication is key to fostering trust with their audience, which in turn has helped to build a…

Read More