Remove writing
article thumbnail

Writing Clean Code: Naming

DZone

When you start learning how to code your main focus is writing code that works correctly for the problem you are solving. However, in a real work environment, you also want to ensure you write clean code. Yes, code needs to work correctly and that is a good place to start learning.

Code 258
article thumbnail

7 Tips on Writing Good Technical Content

DZone

Technical writing fills the gap between the technology experts and general users of the technologies. Writing a good piece of content is an art that can affect the market presence of the product/service as well. Usually, any piece of technical content has the following target.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How to Write Test Cases?

DZone

Test case writing is one of the very important activities in software development to validate the functionality of the software. Thus, the practice of writing test cases is very crucial in the software development lifecycle (SDLC). The importance is huge for test cases, but it has been a capable process for very few.

Testing 247
article thumbnail

Write Optimized Spark Code for Big Data Applications

DZone

PySpark is the Python API for Apache Spark , which allows Python developers to write Spark applications using Python instead of Scala or Java. Apache Spark is a powerful open-source distributed computing framework that provides a variety of APIs to support big data processing.

Big Data 161
article thumbnail

Writing a Modern HTTP(S) Tunnel in Rust

DZone

Learn how to write performant and safe apps quickly in Rust. This post guides you through designing and implementing an HTTP Tunnel , and covers the basics of creating robust, scalable, and observable applications. Rust: Performance, Reliability, Productivity About a year ago, I started to learn Rust. The first two weeks were quite painful.

article thumbnail

Using State Machines to Write Bug-Free Code

DZone

However, when you master how to use a state machine, the code you write would be on the bug-free side. I thought it was a debugger. A debugger I could use to find those annoying bugs in my code. A state machine is not a debugger. What Is a State Machine? The application only transitions upon the occurrence of an event.

Code 213
article thumbnail

Writing a tiny tRPC client

tRPC

The aim of this post is to familiarize you with the internals of tRPC by writing a minimal client that covers the big parts of how tRPC works. Ever wondered how tRPC works? Maybe you want to start contributing to the project but you're frightened by the internals?

Servers 138