# writer

Published articles for writer.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Interfaces 101 : Determine LOC with io.Writer Ep. 5

DevFeed: [Interfaces 101 : Determine LOC with io.Writer Ep. 5](<https://devfeed.tech/articles/interfaces-101-determine-loc-with-io-writer-ep-5-22212.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2023/02/interfaces-101-determine-loc-with-iowriter.html>)

Published: 2023-02-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [interfaces](<https://devfeed.tech/topics/interfaces.md>), [IO](<https://devfeed.tech/topics/io.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [go](<https://devfeed.tech/tags/go.md>), [golang](<https://devfeed.tech/tags/golang.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [implement](<https://devfeed.tech/tags/implement.md>), [interface](<https://devfeed.tech/tags/interface.md>), [interface-implementation](<https://devfeed.tech/tags/interface-implementation.md>), [interfaces](<https://devfeed.tech/tags/interfaces.md>), [io](<https://devfeed.tech/tags/io.md>), [io-writer](<https://devfeed.tech/tags/io-writer.md>), [stringer](<https://devfeed.tech/tags/stringer.md>), [video](<https://devfeed.tech/tags/video.md>), [writer](<https://devfeed.tech/tags/writer.md>)

### AI overview

A video tutorial demonstrates how to implement a Go interface using a type alias, pass a variable as an interface to a function, and repurpose the interface to count lines of code with io.Writer.

### Source excerpt

Introduction In episode 4, Miki defined an enumerated type that satisfied Go's fmt.Stringer interface. By implementing the fmt.Stringer interface, Miki can specify how his enumerators were printed within a formatted string and in this case, he expected the values to be displayed as a predetermined text value. Miki also pointed out how using the value of the method's receiver within the Stringer method can result in a recursive loop.

## Looking for a technical writer

DevFeed: [Looking for a technical writer](<https://devfeed.tech/articles/looking-for-a-technical-writer-20192.md>)

Original publisher: [Read original article](<https://blog.janestreet.com/looking-for-a-technical-writer/>)

Author: Yaron Minsky

Published: 2017-05-01T00:00:00Z

Content type: article

Language: en

Sources: [Jane Street](<https://devfeed.tech/sources/jane-street.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [documentation](<https://devfeed.tech/tags/documentation.md>), [training](<https://devfeed.tech/tags/training.md>), [writer](<https://devfeed.tech/tags/writer.md>)

### AI overview

Jane Street announced a technical-writer opening to improve training materials, library documentation, tutorials, and documentation that stays aligned with current APIs. The update says the role has since been filled and the position is closed.

### Source excerpt

Update: I'm excited to say that we've now hired a (great!) technical writer, so the position is closed.

## Printing Word And PDF files from Python

DevFeed: [Printing Word And PDF files from Python](<https://devfeed.tech/articles/printing-word-and-pdf-files-from-python-35443.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/printing-word-and-pdf-files-from-python/>)

Author: Graham King

Published: 2006-10-24T19:13:44Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [CadQuery](<https://devfeed.tech/topics/cadquery.md>)

Tags: [adobe](<https://devfeed.tech/tags/adobe.md>), [automate](<https://devfeed.tech/tags/automate.md>), [internet-explorer](<https://devfeed.tech/tags/internet-explorer.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [python](<https://devfeed.tech/tags/python.md>), [software](<https://devfeed.tech/tags/software.md>), [windows](<https://devfeed.tech/tags/windows.md>), [writer](<https://devfeed.tech/tags/writer.md>)

### AI overview

A tutorial explaining how to automate printing Word and PDF documents from Python on Windows using win32com, COM interfaces, Microsoft Word, Internet Explorer, and embedded Acrobat. It also briefly discusses calling the same COM objects from Java with JACOB.

### Source excerpt

Automate your CV printing woes with a Python twist no VBA could ever conquer