Hopp til hovedinnhold

Innhold om Open source

Totalt 27 innlegg

Side 2 av 2

Interview with Mikael Brevik

Open source
Artikkel (9 min)
Fra Henrik Walker Moe
12.12.2019

Today's interview is with @mikaelbrevik. Mikael is an Open source maintainer, the organizer of @_bartjs , host of the podcast @kortslutningpod, video-blog @kodesnutt and works at @variant_as.

Gitmoji - Yay or Nay?

Open source
Artikkel (4 min)
Fra Marte Dybendal Gleditsch
11.12.2019

Version control software is an essential part of modern-day software developer practices, and Git is by far the most used system. However, the amount of commits, pull requests and activity in general may be huge, and reduce the value of the git history. The Open Source project Gitmoji is a standardized emoji guide for your commit messages which enables you to assign an emoji at the beginning of commits. It even comes with an interactive client that lets you access the emojis through your command line. Although emojis are always fun, the question arises; is it just a gimmick or does it add any value? Overview of Gitmojis: https://gitmoji.carloscuesta.me

Hacktoberfest from a maintainer’s perspective

Open source
Artikkel (3 min)
Fra Mats Byrkjeland
10.12.2019

Hacktoberfest provides a great opportunity for people to win a t-shirt. But it is also a great way for maintainers of open source code to get some help with their issues. Here are some of my experiences from being a maintainer this October.

How can you find code to open source?

Open source
Artikkel (2 min)
Fra Eivind Bergstøl
09.12.2019

Let's focus on "what", which I at least find the most difficult. Many questions arise: How can we pick code that our present organisation has spent time and money on and just give it out? What is actually interesting for others to see or use?

Interview with Christian Alfoni

Open source
Artikkel (9 min)
Fra Henrik Walker Moe
08.12.2019

Today's interview is with @christianalfoni. Christian is a developer and creator of overmindjs.org and cerebraljs.com, and works at @codesandbox.

3 steps to improving your GitHub-experience

Open source
Artikkel (2 min)
Fra Henrik Walker Moe
07.12.2019

By helping others help you, you're setting yourself up for less friction. Here are 3 steps towards making the whole experience as smooth as possible 😀

Hacktoberfest

Open source
Artikkel (3 min)
Fra Mats Byrkjeland
06.12.2019

Submit four pull requests in October, get a t-shirt. That’s the TL;DR for Hacktoberfest. It’s basically a month-long global hackathon that serves as a celebration of open source and its community. Did you get your t-shirt yet?

Interview with Olivier Tassinari

Open source
Artikkel (4 min)
Fra Henrik Walker Moe
05.12.2019

Today's interview is with @olivtassinari. Olivier is a developer and the co-creator of the UI component library for React: Material-UI.

Patching your node_modules

Open source
Artikkel (3 min)
Fra Mats Byrkjeland
04.12.2019

When using open source code you might encounter bugs in this code. Since it's open source, you can find the faulty code and the fix it yourself. The right thing to do next is of course to submit an issue and/or a pull request on the project. But what if the project maintainers don't answer you, the project is deprecated or if the fix is planned, but not due for quite a while? In this article I’ll teach you the strategy of patching dependencies in node_modules by using patch files.

Automatic deploy (chatops) with @Rultor

Open source
Artikkel (2 min)
Fra Eivind Bergstøl
03.12.2019

The discussion of an automatic release was started many years ago, and there are several options for how to do this (none mentioned, none forgotten). Then I came across @Rultor by accident on Twitter.

Open source on Twitter

Open source
Artikkel (2 min)
Fra Henrik Walker Moe
02.12.2019

Contributing to Open source often requires a healthy dose of inspiration. By following accounts on Twitter that focus on the subjects that the most matter to you, you might find the inspiration you seek.

How to contribute to Open source

Open source
Artikkel (3 min)
Fra Henrik Walker Moe
01.12.2019

We think Open Source is such an important part of a developer’s life that we’ve devoted an entire advent calendar to the subject! For a lot of developers, the thought of putting your code or ideas out there for the whole community to see, can be daunting. Once you get the hang of it and get more comfortable though, it has a tendency to drag you in. Let's start by going through your first steps towards your first contribution together.