If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: mytechblogs.com - THISARA'S RESEARCH SPACE .

site address: mytechblogs.com redirected to: mytechblogs.com

site title: THISARA'S RESEARCH SPACE Software Architecture and Technology

Our opinion (on Sunday 05 July 2026 18:23:05 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:
description=Software Architecture and Technology;

Headings (most frequently used words):

and, research, software, architecture, in, java, git, api, recent, posts, thisara, space, distributed, styles, react, ui, component, libraries, difference, between, shallow, vs, deep, copy, of, objects, time, setting, up, two, accounts, on, local, pc, under, the, hood, throttling, rate, limiting, best, practices, enterprise, systems, identity, delegation, federated, authentication, dynamic, rates, management, module, comments, archives, categories, meta, technology, navigation,

Text of the page (most frequently used words):
the (26), and (20), #thisara (15), 2024 (12), api (12), more (12), git (11), comment (10), java (10), #identity (9), june (9), read (9), system (8), software (8), research (7), 2019 (7), rate (7), leave (7), space (6), management (6), 2016 (6), between (6), architecture (6), july (5), local (5), time (5), shallow (5), copy (5), distributed (5), systems (5), user (5), for (5), comments (4), this (4), wordpress (4), com (4), april (4), august (4), with (4), delegation (4), setting (4), two (4), accounts (4), deep (4), react (4), component (4), rates (4), were (4), log (3), sign (3), controlling (3), linux (3), december (3), february (3), 2020 (3), throttling (3), difference (3), objects (3), libraries (3), styles (3), posts (3), dynamic (3), what (3), electronic (3), not (3), programming (3), services (3), components (3), infrastructure (3), such (3), single (3), object (3), required (2), content (2), subscribed (2), subscribe (2), account (2), blog (2), feed (2), version (2), design (2), 2021 (2), session (2), federa (2), randika (2), isuru (2), recent (2), common (2), business (2), solution (2), allows (2), where (2), could (2), that (2), module (2), which (2), you (2), are (2), all (2), about (2), federated (2), authentication (2), application (2), interface (2), collection (2), purpose (2), communication (2), defined (2), best (2), practices (2), enterprise (2), may (2), has (2), cost (2), factor (2), would (2), limiting (2), was (2), bitkeeper (2), server (2), under (2), hood (2), main (2), repository (2), remote (2), each (2), ssh (2), keys (2), issues (2), developers (2), date (2), methods (2), unavailability (2), will (2), variable (2), hold (2), technology (2), website, name, email, write, loading, collapse, bar, manage, subscriptions, view, site, reader, report, privacy, already, have, now, entries, create, meta, security, categories, 2015, january, archives, web, multi, tenant, administra, spooning, recipes, lukas, hubbard, older, navigation, maintenance, requirement, today, applications, maintain, approach, administrative, operational, define, formulas, based, bases, base, any, artifact, considered, when, defining, generic, term, identifying, attributes, within, identify, using, information, shared, hence, share, access, available, over, specific, protocol, inter, sub, per, wikipedia, computer, set, subroutine, definitions, protocols, tools, throughput, deployed, coined, relative, resource, consumption, cpu, memory, disk, bandwidth, etc, also, increase, high, volume, calls, given, introduced, development, community, according, history, built, due, breaking, down, partnership, subversion, 2005, australian, engineer, andrew, tridgell, who, invented, samba, file, engaged, reverse, engineering, violated, license, agreement, establish, sso, avoid, need, entering, password, operation, generating, list, generated, there, many, experienced, prior, versions, calendar, classes, immutable, they, thread, safe, lack, conversion, timezone, translation, order, solve, those, practical, some, alternative, popular, among, overview, discuss, differences, article, example, let, consider, shoppingcart, class, here, instance, string, cartname, arraylist, material, ant, antd, bootstrap, chakra, blueprint, visx, fluent, semantic, headless, independent, hardware, networked, together, communicating, achieve, goal, deliver, one, functionality, behavior, nature, scale, interdependently, while, being, fault, tolerant, because, publications, menu, skip,


Text of the page (random words):
thisara s research space software architecture and technology skip to content menu about me publications thisara s research space software architecture and technology distributed software architecture styles a collection of independent software and hardware components networked together and communicating to achieve a common goal to deliver one or more business functionality is the main behavior of distributed software architecture the distributed nature of the components allows to scale each component interdependently while being fault tolerant because unavailability of a single component will read more distributed software architecture styles august 2 2024 august 3 2024 thisara leave a comment react ui component libraries material ui ant design antd react bootstrap chakra ui blueprint visx fluent ui semantic ui react headless ui july 23 2024 thisara leave a comment difference between shallow vs deep copy of objects in java 1 0 overview we will discuss the differences between a shallow and deep copy of a java object in this article 2 0 shallow copy of an object for an example let s consider the shoppingcart class defined here it has an instance variable to hold a string variable as cartname and an arraylist object to hold a read more difference between shallow vs deep copy of objects in java june 13 2024 june 13 2024 thisara leave a comment java time there were many issues experienced by developers in prior versions of java 8 such as date and calendar classes were not immutable they were not thread safe lack of date time conversion methods unavailability of timezone translation methods in order to solve those practical issues some alternative libraries were popular among java developers such as read more java time april 9 2021 june 13 2024 thisara leave a comment setting up two git accounts on local pc the main purpose of setting up two or more accounts on single pc is to establish sso single sign on between local git repository and the remote git repository to avoid the need for entering password for each git operation on remote server generating ssh keys on local pc list all the ssh keys generated read more setting up two git accounts on local pc july 26 2020 july 28 2020 thisara leave a comment git under the hood git is a version controlling system introduced by linux development community and according to the history git was built due to breaking down of the linux partnership with bitkeeper subversion in 2005 an australian engineer andrew tridgell who invented samba file server was engaged in reverse engineering the bitkeeper system which violated the license agreement read more git under the hood december 15 2019 may 22 2024 thisara leave a comment api throttling and rate limiting controlling throughput on api the infrastructure that the api services are deployed has a cost factor coined with it and relative to resource consumption on infrastructure such as cpu memory disk space bandwidth etc the cost factor of infrastructure would also increase a high volume of calls on api services at at given time would read more api throttling and rate limiting june 9 2019 may 22 2024 thisara 1 comment api best practices in enterprise systems application programming interface api an api is a collection of services available over specific protocol for the purpose of inter communication between software systems sub systems or system components as per wikipedia the api is defined as in computer programming an application programming interface api is a set of subroutine definitions communication protocols and tools for read more api best practices in enterprise systems april 5 2019 august 2 2024 thisara leave a comment identity delegation and federated authentication what is identity identity is a generic term which identifying user and attributes of user within an electronic system an electronic system identify a user using the information shared by the user with the electronic system hence identity is not what you are it is all about what you share identity and access management is read more identity delegation and federated authentication june 16 2016 june 19 2019 thisara 2 comments dynamic rates management module research rates maintenance is a common requirement in today s business applications this solution allows systems to maintain rates in more dynamic approach where the administrative or the operational user could define rate formulas the solution is based on rate bases where a rate base could be any artifact that to be considered when defining a rate read more dynamic rates management module research february 6 2016 february 8 2016 thisara 1 comment posts navigation older posts recent posts distributed software architecture styles react ui component libraries difference between shallow vs deep copy of objects in java java time setting up two git accounts on local pc recent comments lukas hubbard on identity delegation and federa spooning recipes on multi tenant system administra randika isuru on api throttling and rate l randika isuru on identity delegation and federa session management i on web session management with archives august 2024 july 2024 june 2024 april 2021 july 2020 december 2019 june 2019 april 2019 june 2016 february 2016 january 2016 december 2015 categories git identity management java linux security system design version controlling meta create account log in entries feed comments feed wordpress com blog at wordpress com thisara s research space blog at wordpress com subscribe subscribed thisara s research space sign me up already have a wordpress com account log in now privacy thisara s research space subscribe subscribed sign up log in report this content view site in reader manage subscriptions collapse this bar loading comments write a comment email required name required website
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)
  • Lukas Hubbard s avatar
  • Spooning Recipes s avatar
  • Randika Isuru s avatar

Verified site has: 36 subpage(s). Do you want to verify them? Verify pages:

1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-36


Top 50 hastags from of all verified websites.

Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

Header

HTTP/1.1 301 Moved Permanently
Server nginx
Date Sun, 05 Jul 2026 18:23:05 GMT
Content-Type text/html
Content-Length 162
Connection close
Location htt????/mytechblogs.com/
Alt-Svc clear
Server-Timing a8c-cdn, dc;desc=cdg, cache;desc=BYPASS;dur=1.0
HTTP/2 200
server nginx
date Sun, 05 Jul 2026 18:23:05 GMT
content-type text/html; charset=UTF-8
strict-transport-security max-age=31536000
vary Accept-Encoding
x-hacker Want root? Visit join.a8c.com/hacker and mention this header.
host-header WordPress.com
link <htt????/public-api.wordpress.com/wp-json/?rest_route=/sites/thisarame73.wordpress.com>; rel= htt????/api.w.org/
vary accept, content-type, cookie
link <htt????/wp.me/70Rpe>; rel=shortlink
content-encoding gzip
x-ac 30.cdg _dca STALE
alt-svc clear
server-timing a8c-cdn, dc;desc=cdg, cache;desc=STALE;dur=4.0

Meta Tags

title="THISARA'S RESEARCH SPACE Software Architecture and Technology"
charset="UTF-8"
name="viewport" content="width=device-width, initial-scale=1"
name="robots" content="max-image-preview:large"
name="google-site-verification" content="htt????/thisarame73.files.wordpress.com/2021/01/mytechblogs.png"
name="msvalidate.01" content="htt????/thisarame73.files.wordpress.com/2021/01/mytechblogs.png"
name="p:domain_verify" content="htt????/thisarame73.files.wordpress.com/2021/01/mytechblogs.png"
name="yandex-verification" content="htt????/thisarame73.files.wordpress.com/2021/01/mytechblogs.png"
name="generator" content="WordPress.com"
property="og:type" content="website"
property="og:title" content="THISARA'S RESEARCH SPACE"
property="og:description" content="Software Architecture and Technology"
property="og:url" content="htt????/mytechblogs.com/"
property="og:site_name" content="THISARA'S RESEARCH SPACE"
property="og:image" content="htt????/mytechblogs.com/wp-content/uploads/2022/02/cropped-logomt.png?w=200"
property="og:image:width" content="200"
property="og:image:height" content="200"
property="og:image:alt" content=""
property="og:locale" content="en_US"
name="description" content="Software Architecture and Technology"
name="msapplication-TileImage" content="htt????/mytechblogs.com/wp-content/uploads/2022/02/cropped-logomt.png?w=270"
id="bilmur" property="bilmur:data" content="" data-provider="wordpress.com" data-service="simple" data-site-tz="Etc/GMT-0" data-custom-props='{"logged_in":"0","wptheme":"pub\/cerauno","wptheme_is_block":"0"}'

Load Info

page size24665
load time (s)0.080663
redirect count1
speed download308312
server IP 192.0.78.24
* all occurrences of the string "http://" have been changed to "htt???/"