Tag: Leadership and career
-
How to hack Hacker News (and consistently hit the front page)
Posted on May 27, 2023, Level intermediate Resource Length medium
Getting featured on the HN front page is high on every Indie Hacker's bingo card, not to mention "hacking Hacker News." However, we found a way to consistently get to the front page using a repeatable process that you can use too. By Iron Brands.
Tags data-and-analytics miscellaneous leadership-and-career
-
Deploying securely into Azure architecture with Terraform Cloud and HCP Vault
Posted on May 23, 2023, Level beginner Resource Length medium
Learn how to build a secure infrastructure as code workflow with Terraform Cloud dynamic provider credentials, Microsoft Defender for Cloud, and HCP Vault. By David Wright, Arnaud Lheureux.
Tags cloud-and-infrastructure devops-and-ci-cd leadership-and-career
-
Encapsulation in Java (with example)
Posted on May 22, 2023, Level beginner Resource Length medium
Encapsulation is a fundamental concept in object-oriented programming (OOP) that allows developers to achieve data abstraction, improve code maintainability, and create more robust software. In this article, we will dive deep into the principles of encapsulation in Java, understand its benefits, and explore the best practices to implement it effectively. By Rahul.
Tags backend-development software-engineering leadership-and-career
-
How to mock HTTP APIs with MockServer
Posted on May 17, 2023, Level intermediate Resource Length medium
This post covers step-by-step instructions on how to use MockServer to mock an HTTP API, as well as an overview of limitations one may encounter. As the name suggests, MockServer is a powerful tool that allows developers to mock HTTP APIs, making testing much easier and more efficient. It aims to solve the problem of testing APIs that are still in development or not yet available, allowing developers to continue working without being held up by dependencies. By Kasper Siig. Kasper Siig.
Tags product-and-design architecture-and-apis cloud-and-infrastructure leadership-and-career frontend-and-mobile
-
SAP solutions to add on to an SAP S/4HANA System
Posted on May 14, 2023, Level beginner Resource Length long
Along with the core SAP S/4HANA solution, a number of peripheral SAP cloud applications provide benefits to financial organizations. These applications are often in the scope of finance transformation projects, with finance and accounting serving as interested parties in the implementation of these tools. The tools highlighted in this section cover analytics, end-to-end procurement, time and expense management, contingent labor management, and human resources (HR) management. By SAP PRESS.
Tags software-engineering business-and-emerging-tech miscellaneous leadership-and-career data-and-analytics
-
From 'Likes' to 'Rewards': How web3 is disrupting traditional social media model
Posted on May 12, 2023, Level beginner Resource Length medium
Over the past decade, social media platforms have revolutionized social interactions for people looking to connect with friends, family, and like-minded individuals and communities. Since the dawn of MySpace and Facebook, social media has provided us with an unprecedented level of connectivity and has opened up a world of opportunities for businesses to connect with their customers. However, with the rise of Web3, traditional social media platforms are being forced to rethink their models in order to stay relevant in a rapidly evolving digital landscape. By chain.com.
Tags frontend-and-mobile security-and-privacy business-and-emerging-tech leadership-and-career miscellaneous
-
12 best & most unique search engines to try in 2023
Posted on May 8, 2023, Level beginner Resource Length medium
Although Google is by far the most popular search engine, it's certainly not the only search engine. Different search engines have different audience demographics. And different pros and cons. By Vlado Pavlik.
Tags data-and-analytics business-and-emerging-tech miscellaneous ai-and-machine-learning leadership-and-career
-
Distributed cloud-native graph database with NebulaGraph Docker extension
Posted on May 4, 2023, Level intermediate Resource Length medium
Graph databases have become a popular solution for storing and querying complex relationships between data. As the amount of graph data grows and the need for high concurrency increases, a distributed graph database is essential to handle the scale. Finding a distributed graph database that automatically shards the data, while allowing businesses to scale from small to trillion-edge-level without changing the underlying storage, architecture of the service, or application code, however, can be a challenge. By Wey Gu and Ajeet Singh Raina.
Tags product-and-design devops-and-ci-cd leadership-and-career data-and-analytics
-
How to deploy the different SAP BTP development environments
Posted on May 3, 2023, Level intermediate Resource Length medium
SAP Business Technology Platform (SAP BTP) is a platform focused on turning data into actionable business plans, particularly by leveraging tools found in an intelligent enterprise. SAP BTP contains many solutions, tools, and products under its umbrella. In this post, we'll look at the deployment options for the different SAP Business Technology Platform development environments. By SAP PRESS.
Tags product-and-design miscellaneous leadership-and-career cloud-and-infrastructure
-
Optimizing your app for network reachability
Posted on May 1, 2023, Level intermediate Resource Length long
Network Reachability is a vital aspect of apps that use some networking capabilities. Your users won't always have a good internet connection, so optimizing your app for bad networking conditions is essential. By Antoine van der Lee.
Tags product-and-design frontend-and-mobile leadership-and-career
-
Python classes: The power of object-oriented programming
Posted on April 30, 2023, Level intermediate Resource Length long
Python supports the object-oriented programming paradigm through classes. They provide an elegant way to define reusable pieces of code that encapsulate data and behavior in a single entity. With classes, you can quickly and intuitively model real-world objects and solve complex problems. By Leodanis Pozo Ramos.
Tags software-engineering backend-development leadership-and-career
-
How to choose the right type of TLS/SSL certificate
Posted on April 28, 2023, Level beginner Resource Length medium
From the server administrators of highly technological organizations, to product managers of financial institutions, down to the one-man startups that just want to secure their shopping cart, the same question pops up: "If TLS/SSL certificates all do the same thing, what type should we get?" By Digicert.
Tags security-and-privacy cloud-and-infrastructure leadership-and-career product-and-design