Open in app

Sign In

Write

Sign In

Oliver Jumpertz
Oliver Jumpertz

449 Followers

Home

About

May 23

The Ultimate Guide To GraphQL Error Handling

Error handling in GraphQL is often not easy. It’s actually pretty hard. This is why many developers struggle to build a really usable GraphQL. If this sounds like you, you are not alone. If it doesn’t sound like you, you might still stumble upon these issues soon. A good API…

GraphQL

15 min read

The Ultimate Guide To GraphQL Error Handling
The Ultimate Guide To GraphQL Error Handling
GraphQL

15 min read


May 7

Rust’s Enums Explained

In programming, an enumerated type is a type that consists of a set of values. This basically makes them a union. Many programming languages thus provide something like enums for developers to use. In many of these languages, enums are only a type alias over an integer or a string. …

Rust

7 min read

Rust’s Enums Explained
Rust’s Enums Explained
Rust

7 min read


Mar 23

How to Write Files in Rust

All software has to write data to the file system at some point. This is also true for programs written in Rust. Log messages need to be persisted (as long as they are not just written to stdout), and data needs to be saved for later, or else. Naturally, writing…

Rust

5 min read

How to Write Files in Rust
How to Write Files in Rust
Rust

5 min read


Mar 21

How to Read Files in Rust

Reading files is one of the most common operations you can come across in software development. Loading configuration files, processing files, and more are often part of the use case of the software you build. Like in any other programming language, there are multiple ways how to read files in…

Rust

6 min read

How to Read Files in Rust
How to Read Files in Rust
Rust

6 min read


Mar 15

How to Handle Private GitLab Dependencies in Cargo

Effectively make even proprietary Rust crates work at your company — Cargo is an incredible package manager for Rust. It only takes a *.toml file, and a few entries, and Cargo handles everything from downloading your packages to compiling your binary. Additionally, unlike other package managers, you don’t need any artifact repository to upload your libraries or artifacts to. …

Rust

7 min read

How to Handle Private GitLab Dependencies in Cargo
How to Handle Private GitLab Dependencies in Cargo
Rust

7 min read


Published in

Better Programming

·Nov 28, 2022

Build a GraphQL API Using Rust

Leverage the axum web framework — This guide will teach you how to build a powerful GraphQL API with Rust. You will use Rust and a few well-known libraries to create an HTTP server, add GraphQL support, and even implement a small API. …

Programming

26 min read

Build a GraphQL API Using Rust
Build a GraphQL API Using Rust
Programming

26 min read


Nov 23, 2022

Your Guide To Computer Science Fundamentals

Computer science fundamentals are the foundation of any software developer’s job. Starting with how a computer works, over logic, maths, algorithms, and data structures, and ending with networking and I/O. Any developer should at least have basic knowledge about these fundamentals. …

Computer Science

15 min read

Your Guide To Computer Science Fundamentals
Your Guide To Computer Science Fundamentals
Computer Science

15 min read


Jul 18, 2022

11 Best GitHub Repositories That Help You Become A Better Software Developer

GitHub hosts more than 200,000,000 repositories, but only a fraction of them are valuable resources for specific niches. Next to many repositories with learning projects, open source software, and collections of ideas, you sometimes find a few gems. …

Software Development

8 min read

11 Best GitHub Repositories That Help You Become A Better Software Developer
11 Best GitHub Repositories That Help You Become A Better Software Developer
Software Development

8 min read


Feb 28, 2022

Why talking about your current salary with recruiters and in interviews is a horrible idea

Interviews are never easy. We often feel like beggars hoping to get a well-paid job. Although this is actually not the reality, especially for tech workers, interviews stress our nerves, make us sweat, and we usually don’t feel well doing them. We are constantly graded and evaluated, classified, and then…

Interview

6 min read

Why talking about your current salary with recruiters and in interviews is a horrible idea
Why talking about your current salary with recruiters and in interviews is a horrible idea
Interview

6 min read


Feb 26, 2022

Exposing your greatest weakness in an interview

“What’s your greatest weakness?” Have you ever been asked this question in an interview and were like, “Yea, uhm, well…I sometimes want to achieve too much?” This question is tricky, but here is how you can crush it. Foreword I’ve interviewed quite a few times in the last few years, and…

Interview

4 min read

Exposing your greatest weakness in an interview
Exposing your greatest weakness in an interview
Interview

4 min read

Oliver Jumpertz

Oliver Jumpertz

449 Followers

Software Engineer - Content Creator

Following
  • Arvid Kahl

    Arvid Kahl

  • Catalin's Tech

    Catalin's Tech

  • Ilam Padmanabhan

    Ilam Padmanabhan

  • Marko Denić

    Marko Denić

  • Igor Silveira

    Igor Silveira

See all (22)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams