Winwin Developer Channel

Winwin Developer Channel Im creating digital content to help my co-developers and new software engineer

David Walsh Blog How to Add a Header to a curl Request
04/08/2024

David Walsh Blog How to Add a Header to a curl Request

curl is one of those great utilities that's been around seemingly forever and has endless use cases. These days I find myself using curl to batch download

David Walsh Blog Case Insensitive CSS Attribute Selector
20/06/2024

David Walsh Blog Case Insensitive CSS Attribute Selector

CSS selectors never cease to amaze me in how powerful they can be in matching complex patterns. Most of that flexibility is in parent/child/sibling

David Walsh Blog How to Set Date Time from Mac Command Line
18/06/2024

David Walsh Blog How to Set Date Time from Mac Command Line

Working on a web extension that ships to an app store and isn't immediately modifiable, like a website, can be difficult. Since you cannot immediately

Back-End Development Articles API'd Like to Talk to You: A Dive into the OpenAI Assistant API / Blogs / Perficient
07/06/2024

Back-End Development Articles API'd Like to Talk to You: A Dive into the OpenAI Assistant API / Blogs / Perficient

Integrate OpenAI's AI into your C # app. Code examples for creating conversations, sending messages, and getting AI responses.

Back-End Development Articles Enabling Dynamic Media Feature AEM Custom Components / Blogs / Perficient /Perficient Blog...
29/05/2024

Back-End Development Articles Enabling Dynamic Media Feature AEM Custom Components / Blogs / Perficient /Perficient Blogs - Adobe

Integrating Dynamic Media with AEM enables various dynamic media functionality. Learn how to integrate and the benefits of doing so.

David Walsh Blog How to Retrieve WiFi Password on Windows
14/05/2024

David Walsh Blog How to Retrieve WiFi Password on Windows

Remembering the WiFi password when on a guest network is never easy. Even worse is when it's no longer posted and someone else is asking you for it.

Back-End Development Articles Handling Not Allowed Reflection Method in Sitecore / Blogs / Perficient
10/05/2024

Back-End Development Articles Handling Not Allowed Reflection Method in Sitecore / Blogs / Perficient

Handling Not Allowed Reflection Method in Sitecore, Exception method through reflection is not allowed after applying sitecore security hotfix

Back-End Development Articles Using Optimizely Content Delivery API for data migration / Blogs / Perficient
03/05/2024

Back-End Development Articles Using Optimizely Content Delivery API for data migration / Blogs / Perficient

Optimizely Content Delivery API is very well known for building headless CMS, to connect to Single Page Apps, mobile apps, etc. However I also found that come in handy in terms of data migration. With the Content Delivery API, you can easily retrieve detailed information of source content in JSON fo...

David Walsh Blog How to Fix: Windows WASD Keys Reversed with Arrow Keys
02/05/2024

David Walsh Blog How to Fix: Windows WASD Keys Reversed with Arrow Keys

This past weekend I had the opportunity to be what every father wants, if only for a moment: the "cool dad". My wife was out of town and my youngest son

Kilian Valkhof The problem with new URL(), and how URL.parse() fixes that | Kilian Valkhof
25/04/2024

Kilian Valkhof The problem with new URL(), and how URL.parse() fixes that | Kilian Valkhof

As someone building a browser I need to parse a lot of URLs. Partially to validate them, but also to normalize them or get specific parts out of the URL. The URL API in browsers lets you do that, but it’s ergonomics aren’t ideal. The problem with new URL() The “new” in front of new […]

Kilian Valkhof Your page can’t change media features | Kilian Valkhof
24/04/2024

Kilian Valkhof Your page can’t change media features | Kilian Valkhof

Yesterday on Mastodon we had a short discussion about the (terribly named) overflow media feature. Because it has the same name as a CSS property it’s easy to think it has more power than it really does. Underlying that is the issue that your page can’t change the value of a media feature: media...

David Walsh Blog HTML popover Attribute
16/04/2024

David Walsh Blog HTML popover Attribute

Modals have been an important part of websites for two decades. Stacking contents and using fetch to accomplish tasks are a great way to improve UX on

Back-End Development Articles Optimizely Search & Navigation: Boosting in Unified Search / Blogs / Perficient
03/04/2024

Back-End Development Articles Optimizely Search & Navigation: Boosting in Unified Search / Blogs / Perficient

This article will show how to apply boosting in any properties when using Unified Search.

Back-End Development Articles Lessons Learned in Product Development from Paulo Neto's eMLS Success / Blogs / Perficient
30/03/2024

Back-End Development Articles Lessons Learned in Product Development from Paulo Neto's eMLS Success / Blogs / Perficient

Our Atlanta office recently met eMLS champion Paulo Neto. Discover parallels between eSports success and product innovation for a winning edge.

David Walsh Blog I'm So Old: Web Edition
19/03/2024

David Walsh Blog I'm So Old: Web Edition

Time can be a funny thing. I still remember discovering HTML, CSS, and JavaScript coding. I still remember my first college programming course. I still

Back-End Development Articles Four Key Takeaways from TrailblazerDX / Blogs / Perficient
15/03/2024

Back-End Development Articles Four Key Takeaways from TrailblazerDX / Blogs / Perficient

Last week, I attended TrailblazerDX in San Francisco, where the content was all about Salesforce Data Cloud and AI! There were over 300 sessions to attend, from technical talks to hands-on workshops where attendees could learn how to build copilots and how to use the latest Salesforce platform featu...

Back-End Development Articles How to Use the Personalization Connector for Salesforce Sales and Service Clouds / Blogs /...
09/03/2024

Back-End Development Articles How to Use the Personalization Connector for Salesforce Sales and Service Clouds / Blogs / Perficient

Have you ever wondered what happens if you connected Personalization with Sales and Service Clouds? The Personalization connector for Sales and Service Clouds exposes user data and server-side campaigns in Salesforce CRM for your contacts and leads. ✋ The Key for Success To use Personalization for...

Back-End Development Articles Talend ESB - tRestRequest and tRestResponse / Blogs / Perficient
07/03/2024

Back-End Development Articles Talend ESB - tRestRequest and tRestResponse / Blogs / Perficient

This article is about creating HTTP listener using tRESTRequest and tRESTResponse to call the one or more endpoints.

Back-End Development Articles Tutorial 4 - Microservices - Discovery Client, LoadBalancer Client and Feign Client. / Blo...
01/03/2024

Back-End Development Articles Tutorial 4 - Microservices - Discovery Client, LoadBalancer Client and Feign Client. / Blogs

Microservices - Discovery Client Component (Legacy, No Support for Load Balancing).Load Balancer Client Component (Good, Perform Load Balancing).Feign Client Component (Best, Support All Approached, and Load Balancing).

Back-End Development Articles Tutorial 3 - Using Spring Boot - Publish Microservice to Eureka Server and Type of Client ...
23/02/2024

Back-End Development Articles Tutorial 3 - Using Spring Boot - Publish Microservice to Eureka Server and Type of Client Components / Blogs / Perficient

Every Microservice must be published/ registered with Eureka Server (R&D Server) by becoming Eureka Client. We need to develop microservice..

Back-End Development Articles Extending General Link for Experience Editor Alternate Approach / Blogs / Perficient
22/02/2024

Back-End Development Articles Extending General Link for Experience Editor Alternate Approach / Blogs / Perficient

Extending the general link for experience editor mode with an alternate code approach in Sitecore, to resolve the issues that occurred in the higher environment due to implementing the additional security certificates.

Back-End Development Articles Tutorial 02 - Spring Cloud - Netflix Eureka Server / Blogs /
20/02/2024

Back-End Development Articles Tutorial 02 - Spring Cloud - Netflix Eureka Server / Blogs /

You may learn microservices in-depth from beginner to expert in this set of tutorials. Introduction: -Netflix Eureka Server -

Back-End Development Articles Microservices Architectural Design by using Spring Boot Perficient Blogs / Blogs
15/02/2024

Back-End Development Articles Microservices Architectural Design by using Spring Boot Perficient Blogs / Blogs

Microservices Architecture, Software development follows an architectural and organizational approach known as microservices. Where small independent services

Back-End Development Articles Replacing Postman with the REST Client Visual Studio Code Extension / Blogs / Perficient
14/02/2024

Back-End Development Articles Replacing Postman with the REST Client Visual Studio Code Extension / Blogs / Perficient

The REST Client Visual Studio Code extension is a great tool for developers to define, execute, and share HTTP requests.

Back-End Development Articles Extending General Link for Experience Editor / Blogs / Perficient
08/02/2024

Back-End Development Articles Extending General Link for Experience Editor / Blogs / Perficient

Extending the features of Sitecore's General Link in Experience Editor Mode provides a more personalized and efficient user experience to meet specific project needs.

Address

134 San Isidro Norte
Santo Tomas
4234

Telephone

+639812709313

Website

Alerts

Be the first to know and let us send you an email when Winwin Developer Channel posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Winwin Developer Channel:

Videos

Share

Nearby media companies


Other Digital creator in Santo Tomas

Show All