Tag: Open source
-
Different token types and formats explained
Posted on October 3, 2022, Level beginner Resource Length medium
When building security solutions using OAuth and OpenID Connect (OIDC), we frequently discuss tokens. Sometimes these systems are even referred to as token-based architectures. By Jonas Iggbom.
Tags app-development web-development infosec open-source
-
How to run a Stable Diffusion server on Google Cloud Platform (GCP)
Posted on September 22, 2022, Level intermediate Resource Length medium
Open-sourced alternative to OpenAI's gated DALLĀ·E 2 with comparable quality, Stable Diffusion offers something to everyone: end-users can generate images virtually for free, developers can embed the model into their service, ML engineers can investigate and modify the code, and researchers have full leeway to push the state of the art even further. By Iulia Turc.
Tags gcp devops data-science open-source google
-
Huawei CSO: Open-source can play a key role in creating a sustainable future
Posted on September 21, 2022, Level beginner Resource Length medium
Open-source technology can play an important role in tackling the climate emergency by offering greater opportunities for collaboration and shared learning on key issues. By Leigh Mc Gowran.
Tags software cio app-development miscellaneous open-source
-
Building open source search app with Appwrite and Meilisearch
Posted on August 7, 2022, Level beginner Resource Length long
Imagine you are building an inventory or an ecommerce website or a social media of your own, what are the two major things you will have to deal with? A. Database B. Search engine. By Haimantika Mitra.
Tags search app-development cloud open-source
-
Introduction to Linear Programming in Python
Posted on June 19, 2022, Level intermediate Resource Length medium
A guide to mathematical optimization with Google OR-Tools. Linear programming is a technique to optimize any problem with multiple variables and constraints. It's a simple but powerful tool every data scientist should master. By Maxime Labonne.
Tags python app-development programming open-source
-
Three myths of open source software risk and the one nobody is discussing
Posted on June 18, 2022, Level beginner Resource Length medium
Open source software is being vilified once again and, in some circles, even considered a national security threat. Open source software risk has been a recurring theme: First it was classified as dangerous because anyone could work on it and then it was called insecure because nobody was in charge. By Josh Bressers.
Tags web-development app-development miscellaneous open-source
-
Guide to enterprise open source: Why your organization needs it now
Posted on June 6, 2022, Level beginner Resource Length medium
There are some universal truths about open source software (OSS). It has revolutionized our world and become the foundation of our digital society, the backbone of our digital economy, and the basis of our digital existence. By @linuxfoundation.
Tags cloud miscellaneous cio open-source
-
A primer on WebAssembly
Posted on January 26, 2022, Level intermediate Resource Length medium
To understand why there was a requirement for WebAssembly, let's take a not-so-quick stroll down memory lane. And why it hasn't replaced Javascript yet. By Divya Mohan.
Tags web-development javascript open-source app-development
-
How we built a VS Code extension with Rust, WebAssembly, and TypeScript
Posted on January 14, 2022, Level intermediate Resource Length long
We'll talk through our design decisions in building the extension, and along the way we'll touch on the Language Server Protocol and, more generally, how an IDE extension works. By osohq.com.
Tags app-development open-source programming code-refactoring software performance
-
GraphQL as a migration strategy for REST APIs
Posted on January 13, 2022, Level intermediate Resource Length medium
Traditional API architectures like SOAP and REST have been powering the web for a long time. But over the past five years, a change towards a more flexible and frontend-driven approach to API protocols has started, using GraphQL. But moving from a traditional API architecture like REST towards GraphQL can be challenging. Not only does your team need to adapt to GraphQL, but it also means you could be losing your investment in your current API architecture. By Mark Smallcombe.
Tags apis how-to restful devops web-development open-source
-
9 open source alternatives to try in 2022
Posted on January 6, 2022, Level beginner Resource Length medium
Whatever tool you are looking for, there are plenty of open source software alternatives to choose from. By Lauren Maffeo.
Tags cio app-development software open-source learning
-
How serverless saved money on my heating bill
Posted on January 5, 2022, Level beginner Resource Length medium
Built a serverless application as a weekend project to help me save money on my heating bill. In doing so, I experienced something great about building websites in 2022. By Cameron McHenry.
Tags analytics serverless javascript nodejs app-development open-source how-to