Replicate old site

Replicate old site

Session Replication in the World of Vaadin

What’s the problem with Session Replication? Session replication can be used when multiple servers run the same program, and all require access to identical session information. For smaller applications, sessions are serialized following every request and then spread to other servers. For larger deployments, the session is de-serialized from a shared database at the start of each request. It is…

continue reading

Replicate old site

Replicating Time Data from Employee Central to ECP: An Overview

Since point-to-point (PTP) replication was released as the integration-of-choice for moving data from SuccessFactors Employee Central to Employee Central Payroll, the primary focus of customers and integrators has been on replicating employee master data. For more information about master data replication for employees you can read my previous blog posts. A different part to PTP Replication which I haven’t yet…

continue reading

Replicate old site

Revamping Your Site

Renovate an existing website. Give your website an entirely new appearance by re-designing an existing site. You can update your area according to your budget and time. There are a variety of options to consider: Unpublishing your website: You can unpublish a website to shut it down as you make the changes you’d like. Make sure to publish your website once more after…

continue reading

Replicate old site

How does MySQL Replication work?

Although we have several blog posts about replication that we have posted on our blog for instance, the topic of replication being a single thread and on semi-synchronous replication or how to estimate the capacity of replication I’m not sure there’s one that goes over the basics about how MySQL replication works on the highest level. It’s been a long time that I’m unable to locate…

continue reading

Replicate old site

How to migrate your WordPress site all on your own

Moving to a WordPress website can be overwhelming, mainly because there are many things to consider and consider. From preparing a website to transfer to successfully establishing it on the new platform for hosting, Many users are forced to resort to costly WordPress manually-managed migration. They also look for new hosting providers offering WordPress website migration services in their packages…

continue reading

Replicate old site

Inside logical replication in PostgreSQL: How it works

I was honored to talk about the ins and outs of logical replication with an audience of PostgreSQL enthusiasts at PGConf India 2023. If you missed the presentation, let’s review it all together. Logical replication allows fine-grained control over both data replication and security. In this blog, I’ll review the fundamentals of Logical Replication and some use cases. The paper…

continue reading

Replicate old site

How to Add an Article Gallery to Your WordPress Site

Image galleries are a well-known method of displaying images on the internet. However, WordPress article galleries are less often seen despite their value in advertising featured content and boosting readers’ engagement. With the new templates add-on to WordPress RSS Aggregator, making an article gallery on your WordPress website is simpler than ever. With this helpful tool, you can make it easier…

continue reading