Tag: Applications

Modern Applications of Bourdieu: an Analysis of Black Cultural Capital

Contemporary society benefits from a wealth of knowledge from past thinkers. While this may push forward understanding and innovation in many ways, it also has the potential to exclude new strands of thought and historically marginalized groups. However, established ideologies can also be building g...

An Unsent Personal Statement for PhD Applications

At seven, I was bullied for being effeminate and gay. A cacophony; every word, whisper, and weakening knock on the closet door would sound like three. Every word, whisper and weakening knock would sound like three. Word, whisper, knock, sound like three. Two years later, I attempted to absol...

iOS ??? How to write Unit test, UI test for SwiftUI applications

In application development process, testing is a crucial aspect of the development process that ensures the quality, reliability, and correctness of an applications. The benefits of testing include preventing bugs, reducing development costs, improving performance before the app is released to the p...

Declarative UI Programming in Rust for Native Applications

I have spent the last couple of weeks learning Rust. I was very fascinated by the potential of Rust for building high-performance applications, at the same time as it has high-level abstractions. Since I’m coming from the web and React world, I set out to explore the possibilities of Rust in t...

Container Orchestration with Docker Swarm ??? Scaling Distributed Applications

Containers are a popular way of packaging and deploying applications in a consistent and portable manner. However, as the number and complexity of applications grow, managing and scaling them becomes a challenge. This is where container orchestration tools come in handy. Container orchestration tool...

Building a Docker Development Environment for PHP Web Applications

Docker has revolutionized the way we develop, package, and deploy applications. It provides an easy way to create isolated, consistent, and scalable development environments. In this comprehensive guide, we’ll walk through the process of building a highly complex Docker development environment...

Unreal Engine for Non-Gaming Applications: Creating Amazing 3D Experiences

Unreal Engine is famous for creating awesome video games, but did you know it’s not just for gaming? In this article, we’ll explore how Unreal Engine can be used for all sorts of cool non-gaming stuff that you might find exciting. Unreal Engine Beyond Games While games are awesome,...

The Importance of Security in Web Applications: Implementing a Rate Limiter

In today’s interconnected world, security has become a cornerstone of any successful web application. Whether you’re building a social media platform, an e-commerce website, or a productivity tool, security concerns cannot be an afterthought. One critical aspect of security that is often...