Software Engineering Perspectives Articles

Sorted By: Most Recent
Roman Davydov Roman Davydov
Updated on May 27, 2025

Best Practices for Secure Kotlin App Development

As Kotlin is quickly becoming a popular and highly paid language, our expert shares some tips for building secure products with it.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on May 27, 2025

What Is Optical Character Recognition (OCR)?

Optical character recognition is a technology that allows a computer to convert scanned data into editable, searchable text. Our expert explains what you need to know.

Image: Shutterstock / Built In
Henri Woodcock Henri Woodcock
Updated on May 27, 2025

Stop Using NumPy’s Global Random Seed

A NumPy random seed is a numerical value in Python that initializes a random number generator, allowing for reproducible results. Here's why to use np.random.default_rng() instead to set random seeds for individual functions/classes in Python.

Image: Shutterstock / Built In
Margo Steines Margo Steines
Updated on May 23, 2025

57 Companies Hiring AI Engineers

These companies are looking for AI engineers who can help them leverage the swiftly evolving technology across a wide range of applications.

Photo: Shutterstock
Margo Steines Margo Steines
Updated on May 23, 2025

38 Companies Hiring Entry-Level Engineers

These companies are looking for entry-level engineers to help them stay competitive in an evolving landscape.

Photo: Shutterstock
Eric Chi Eric Chi
Updated on May 23, 2025

Build a Discord Bot With Python

This tutorial will get you started on how to create your own Discord bot using Python.

Image: Shutterstock / Built In
Kumar Shubham Kumar Shubham
Updated on May 23, 2025

Tackling Jump Game Problems on LeetCode

Jump Game is a coding problem where you determine if you can reach the last index of an array, starting from the first, with each element representing the maximum jump length from that position. Learn how to solve two jump game problems in different ways.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on May 23, 2025

Want to Learn Quantum Computing? Here’s How.

What is quantum computing and how can you break into the field? Use these resources to get started.

Joydip Kumar Joydip Kumar
Updated on May 22, 2025

A Comprehensive Guide to Java Scheduler

A Java scheduler is used to schedule a thread or task that executes at a certain period of time or periodically at a fixed interval.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on May 22, 2025

What Are JavaScript Algorithms and Data Structures?

JavaScript algorithms allow a data operation to function precisely while JavaScript data structures are a method of storing data for efficient access and modification.

Image: Shutterstock / Built In