devpower.co.uk Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

Submitted URL: http://devpower.co.uk/
Effective URL: https://devpower.co.uk/
Submission: On April 14 via api from US — Scanned from NL

Form analysis 2 forms found in the DOM

GET https://devpower.co.uk/

<form role="search" method="get" class="search-form form-group" action="https://devpower.co.uk/">
  <label class="label-floating is-empty form-group">
    <span class="screen-reader-text">Search for:</span>
    <label class="control-label"> Search … </label><input type="search" class="search-field form-control" value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
</form>

GET https://devpower.co.uk/

<form role="search" method="get" action="https://devpower.co.uk/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search form-group"><label for="wp-block-search__input-1" class="wp-block-search__label">Search</label>
  <div class="wp-block-search__inside-wrapper form-group"><input type="search" id="wp-block-search__input-1" class="wp-block-search__input wp-block-search__input form-control" name="s" value="" placeholder="" required=""><button type="submit"
      class="wp-block-search__button wp-element-button">Search</button></div>
</form>

Text Content

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners. See details Got it!
Toggle Navigation
 * Blog
 * Search for: Search …


WELCOME TO DEV POWER



CSHARP


HOW TO CREATE AN RSS PODCAST FEED FROM LOCAL FILES WITH C#

I have a few old podcast series that are not available online anymore. Every now
and then, I enjoy listening to an old episode. I keep them in a hard drive
connected to a Raspberry Pi, which serves them over Read more…


By Volkan Paksoy, 3 monthsJanuary 14, 2023 ago
Welcome to My Channel


Please enable JavaScript



Video Player is loading.
Play Video
Pause
Unmute

Current Time 0:14
/
Duration 0:55
Loaded: 100.00%


0:14

Stream Type LIVE
Seek to live, currently behind liveLIVE
Remaining Time -0:41
 
1x
Playback Rate

Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Subtitles
 * subtitles settings, opens subtitles settings dialog
 * subtitles off, selected

Audio Track
 * und, selected

Auto(360pLQ)
 * 1080pFHD
 * 720pHD
 * Auto(360pLQ)

ShareFullscreen

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.




Welcome to My Channel

CSHARP


HOW TO MANAGE GOOGLE SHEETS WITH C#

Spreadsheets are quite powerful tools. They can also act as a simple database
with an intuitive UI. You can use the spreadsheet as a temporary database and
GSheets API as a CRUD API while you prototype your own application. This Read
more…

By Volkan Paksoy, 4 monthsDecember 17, 2022 ago

CSHARP


SCHEDULED MAGPI MAGAZINE TRACKER WITH C#

As a Raspberry PI fan, I like to read The MagPi Magazine, which is freely
available as PDFs. The problem is I tend to forget to download it manually every
month, so I decided to automate the process. I use Read more…

By Volkan Paksoy, 6 monthsOctober 11, 2022 ago

CSHARP


MIGRATE YOUTUBE SUBSCRIPTIONS INTO ANOTHER ACCOUNT WITH C#

I’m not a big fan of Youtube’s web application. I’d like to categorise my
subscriptions, but YouTube doesn’t allow this. I have multiple Google accounts,
and I use them to group certain videos. When I’m in the mode of watching Read
more…


By Volkan Paksoy, 7 monthsSeptember 10, 2022 ago

CSHARP


A NUMBER GUESSING GAME WITH C# AND TWILIO SMS

I like using Twilio Voice and SMS APIs to develop voice and text-based
applications. I thought an SMS-based game would be fun to implement.
Prerequisites If you want to follow along, you will need the following: A Twilio
account A Read more…

By Volkan Paksoy, 7 monthsSeptember 3, 2022 ago

AI


A QUICK OVERVIEW OF OPENAI DALL-E

I got my invitation from OpenAI DALL-E a few days ago and decided to play with
it a little bit. What is OpenAI DALL-E? DALL-E is an AI system that can generate
realistic images from a description. It uses a Read more…

By Volkan Paksoy, 8 monthsAugust 30, 2022 ago

CSHARP


HOW TO DEVELOP AN INTERACTIVE CLI WITH C# AND DOTNET 6.0

In a previous article, we looked into how to develop your own CLI tools with
dotnet CLI and CliFx library. This article builds on that knowledge and adds
more advanced features of CliFx. It also adds a new library called Read more…

By Volkan Paksoy, 9 monthsJuly 5, 2022 ago

PROGRAMMING


HOW TO CLONE A GITHUB REPOSITORY

These days it’s essential to know how to clone a GitHub repository as GitHub is
the de-facto standard for source code repositories. According to this source,
GitHub has 73 million users. If you follow tech blogs, such as this one, Read
more…

By Volkan Paksoy, 9 monthsJuly 4, 2022 ago

DOTNET


PROGRAMMATICALLY MANAGE EXCEL SPREADSHEETS WITH .NET

Spreadsheets are great tools. They are user interface and database combined in
one application and have been infinitely helpful for ages. In this post, we are
going to look into a handy NuGet package called ClosedXML to create and
manipulate Read more…

By Volkan Paksoy, 11 monthsJune 1, 2022 ago

PROGRAMMING


SEMANTIC VERSIONING

Versioning is an important and one of the rather tricky aspects of software
development. Simply put, versioning assigns a unique number that identifies a
specific package or release. This post will look into a popular versioning
method called Semantic Versioning. Read more…

By Volkan Paksoy, 11 monthsMay 31, 2022 ago


POSTS NAVIGATION

1 2 3 Next
Search
Search

GET IN TOUCH

 * Facebook
 * GitHub
 * LinkedIn
 * RSS
 * Twitter
 * YouTube


RECENT POSTS

 * How to create an RSS Podcast Feed from local files with C#
 * How to manage Google Sheets with C#
 * Scheduled MagPi Magazine Tracker with C#
 * Migrate YouTube Subscriptions into Another Account with C#
 * A Number Guessing Game with C# and Twilio SMS


CATEGORIES

 * AI
 * aws
 * cryptocurrency
 * csharp
 * devops
 * docker
 * dotnet
 * javascript
 * powershell
 * programming
 * tools


report this ad
 * Privacy Policy
 * Terms of Use

Hestia | Developed by ThemeIsle
We use cookies on our website to give you the most relevant experience by
remembering your preferences and repeat visits. By clicking “Accept All”, you
consent to the use of ALL the cookies. However, you may visit "Cookie Settings"
to provide a controlled consent.
Cookie SettingsAccept All
Manage consent
Close

PRIVACY OVERVIEW

This website uses cookies to improve your experience while you navigate through
the website. Out of these, the cookies that are categorized as necessary are
stored on your browser as they are essential for the working of basic
functionalities of the ...
Necessary
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly.
These cookies ensure basic functionalities and security features of the website,
anonymously.

CookieDurationDescriptioncookielawinfo-checkbox-analytics11 monthsThis cookie is
set by GDPR Cookie Consent plugin. The cookie is used to store the user consent
for the cookies in the category "Analytics".cookielawinfo-checkbox-functional11
monthsThe cookie is set by GDPR cookie consent to record the user consent for
the cookies in the category "Functional".cookielawinfo-checkbox-necessary11
monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to
store the user consent for the cookies in the category
"Necessary".cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR
Cookie Consent plugin. The cookie is used to store the user consent for the
cookies in the category "Other.cookielawinfo-checkbox-performance11 monthsThis
cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the
user consent for the cookies in the category
"Performance".viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie
Consent plugin and is used to store whether or not user has consented to the use
of cookies. It does not store any personal data.

Functional
Functional
Functional cookies help to perform certain functionalities like sharing the
content of the website on social media platforms, collect feedbacks, and other
third-party features.
Performance
Performance
Performance cookies are used to understand and analyze the key performance
indexes of the website which helps in delivering a better user experience for
the visitors.
Analytics
Analytics
Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics the number of
visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and
marketing campaigns. These cookies track visitors across websites and collect
information to provide customized ads.
Others
Others
Other uncategorized cookies are those that are being analyzed and have not been
classified into a category as yet.
SAVE & ACCEPT


report this ad

x

x

x