Kacper Cierzniewski

|
16 min
This article explains what Vite is and briefly introduces you to bundling. Let’s find the answer to whether it is worth departing from Webpack. I will focus on comparing Webpack with Vite, showing the advantages and disadvantages of both solutions. Let’s roll. What Is a Bundler? A bundler is an indispensable…
10 Tips for Better Initial Configuration of Full-Stack Apps 

10 Tips for Better Initial Configuration of Full-Stack Apps 

While creating a new app, most developers first think of proper architecture. While it’s important to think thoroughly about how an app should be divided into smaller modules, we shouldn’t forget about a thing that every developer in the project will feel — it’s configuration. And it’s good to start a project with proper configuration.   Here, I’ll give you some advice on how we configure new full-stack projects at Synergy Codes. We’re doing projects in TypeScript, currently mostly with NestJS back-end and React front-end, but you can use most of these tips in any framework or language.  1. Use monorepo  Monorepo is the easiest way to contain small…

Tomasz Świstak

| 25 min

The Rust’s Stories: Rust, ECS, and WebAssembly 

The Rust’s Stories: Rust, ECS, and WebAssembly 

Intro  “The Bit Knight, the king calls you to serve. If you get the princess back, you will be rewarded.”  This article will focus on turn-based roguelike games’ design/architecture level. For implementation details, please visit my repository or repo of the author of the book titled “Hands-on Rust” (link to the repo). The game is based on the proprietary bracket-lib library, but the knowledge contained in the book can be transferred to another engine, e.g., bevy (work in progress :)).  Chapter 1: The Idea  From an early age, I was fascinated by video…

Gracjan Górecki

| 14 min

Industry-Specific Diagrams – Specifications, Use, and Context

Industry-Specific Diagrams – Specifications, Use, and Context

Today’s modern companies providing goods and services in automotive, manufacturing, and gas & oil industries rely primarily on data. Their proper presentation is supported by up-to-date diagram solutions that best illustrate and moderate information resources. Therefore, see examples of custom industry-specific diagrams, built on the latest visual technologies, tailored to your needs to bring you the desired profits. Let’s start! What industry-specific diagrams are, and why should you know them? Long story short – the industry-specific diagrams are made to visualize the specific aspect of the system. It depends on if you’re interested in the time, location, or sequence of the information, processes, or parts to determine which approach…

Paulina Kondratowicz

| 25 min

Interactive diagrams

Interactive diagrams

Diagrams are a vital part of data visualizations and data analysis. That’s why there are many types and two main modeling languages. Let’s take a closer look at what diagrams are, why there are so crucial for modern industries, where they find their usage, and what are good practices in diagrams creation. What are interactive diagrams?   Diagrams have been assisting people since prehistoric times because they are irreplaceable and the most effective way of presenting information. Consequently, they find wide applications not only in everydayness but also in business.    But what are diagrams? In data visualization, they are a specific visual…

Wojciech Gąciarz

| 26 min