Join us

heart Posts from the community tagged with Programming...
Sponsored Link FAUN Team
@faun shared a link, 1 year, 1 month ago

Read CloudNative Weekly Newsletter

CloudNative Weekly Newsletter, The Chief I/O. Curated CloudNative news, tutorials, tools and more!

Join thousands of other readers, 100% free, unsubscribe anytime.

Story
@thenjikubheka shared a post, 2 years, 4 months ago

Algorithms

This is one of the multiple articles that will be covering algorithms in detail. Developers struggle with these and I want to simplify them as much as possible, from basic to complex.

1_Dl0F36mQqB_LNtA_dKd3ug.jpeg
Story
@sasachde shared a post, 2 years, 4 months ago

An Introduction to List Comprehensions in Python

Pythonic way of expressing iterative logic

1_Gk-Z0_C6LU0MW4FDYV0Lww.png
Story
@thenjikubheka shared a post, 2 years, 4 months ago

Data Structures And Algorithms: Arrays In Python

An array is a collection of similar, sequential data types stored in a central location.

1_gfNZbHQM25mE3_xoepsQLA.jpeg
Story Trending
@realbenjizo shared a post, 2 years, 5 months ago

A Beginner’s Guide to Variables in Python

What is a variable in Python? Simply put, a variable is a reserved memory location for an object.

1_Rugi0yyZsOJvWvUd7RgAmw.jpeg
Story
@acouedelo shared a post, 2 years, 5 months ago

How to Reduce Waste and Increase Productivity in Software Development?

Explore one of the most iconic Lean tools, namely the 5S method. 5S is a lean manufacturing improvement program that aims to organize the workplace to optimism its utility and reduce waste. You can very simply use the 5S approach to reorganize teams and projects more productively.

0_9ZWVq7vmJ6dDZryk.jfif
Story
@squido75 shared a post, 2 years, 5 months ago

Python – Lambda, the Tiny Yet Powerful Function Inside a Function

In the last article, we saw how List Comprehension can help us to filter and/or sort lists (or arrays) to populate new ones. In this issue, we delve into a tiny, yet powerful, feature that helps in lists and more.

1_wCDhmP_Tl-mFUSMeN-KTfg.jpeg
Story
@luiscosta_brochado shared a post, 2 years, 5 months ago
Software developer, MerkleDACH

C# — Remote package management

Using Sonatype Nexus 3 as a NuGet artifacts repository

1_haGaE1sAc4dTszIcE8UNSA.jpeg
Story
@thenjikubheka shared a post, 2 years, 5 months ago

Write Professional Python Code: 9 Tips To Simplify Your Code (Beginner's Guide)

I’ve divided these articles into ten parts from beginner level to senior. Will be sharing some useful tips and tricks for Python newbies that will make your life much easier.

1.jpeg
Story
@cheikhseck shared a post, 2 years, 6 months ago

Testability is crucial

Before I decide to add a function I always ask myself, "how can I test this?" Although a plain question, it forces me to re-evaluate the change I wish to make. It also helps me express my code in a more thought out manner.

Story
@thenjikubheka shared a post, 2 years, 6 months ago

Amazon Interview Preparation: Project Euler (Problem 1)

When preparing for a Technical interview with one of The Big Tech Companies; Amazon, Google, Facebook, Netflix, Microsoft, it’s vital to practice with resources such as Project Euler.

Screen Shot 2021-10-20 at 8.40.10 PM.png