article_text
stringlengths
10
100k
tags
stringlengths
6
263
So what is message queuing? It’s simple if two processes need to speak to each other they should use a shared memory location to exchange data (OS-class 101 Interprocess communication 😄 ). Consider the process as two different services. Service #1 may be a web backend and Service2# may be a system software that does...
['Redis', 'JavaScript', 'Nodejs']
What is Asynchronous Programming? Asynchronous programs rely on non-blocking code to continuously process available tasks within a single thread of execution. Operations are only made with data that is immediately available. Since all data required by most programs cannot be immediately available, requests need to be ...
['Enqueue', 'Redis', 'Symfony', 'PHP', 'Reactphp']
Redis also supports transactions not same as SQL databases. In Redis, transactions consist of a block of commands placed between MULTI and EXEC. and Commands in connections are not get executed instead of this they get Queued and when EXEC get executed all changes applied to Redis. Let’s see with some of the examples...
['Distributed Systems', 'Sharding', 'Transactions', 'Redis Cluster', 'Redis']
A few days back I came across a problem of migrating a Redis Master-Slave setup to Redis Cluster. Initially, I thought it to be a piece of cake since I have been already working on Redis, but there was a hitch, “Zero Downtime Migration”. Also, the redis was getting used as a database, not as Caching Server. So I starte...
['Redis', 'Migration', 'Redis Cluster']
Data Caching at Tinder Our backend infrastructure at Tinder relies on Redis-based caching to fulfill the requests generated by more than 2 billion uses of the Swipe® feature per day and hosts more than 30 billion matches to 190 countries globally. Most of our data operations are reads, which motivates the general data...
['Failover', 'Engineering', 'Tinder', 'Redis', 'Elasticache']
The #1 light weight caching library Problem We’re Solving The industry standard for RESTful architecture has naturally relied on the Request/Response cycle for years. This is has proved reliable over time but inefficient. The standardized RESTful routes create a situation in which data is ALWAYS over fetched. Enter ...
['Cache', 'Nodejs', 'Docker', 'GraphQL', 'Redis']
Frontend Implementation To enable the frontend, we use an Express server that acts as a middleware between the user’s browser and the backend microservices to perform authentication and session management. We piggybacked on this server to read the notifications from Redis and push them to the user. Pushing the notifi...
['Engineering', 'Java', 'Microservices', 'Redis', 'Expressjs']
Apache airflow is one of the most common tools for routine task execution such as data ETL pipeline. When implementing in production environment, scalability and high-availability will be prior concerns for any data engineer. Apache airflow Celery Executor can be one of the tools that comes in handy. This post consist...
['Data Engineering', 'Python', 'Airflow', 'Redis', 'Etl']
Benchmarking some popular Redis client libraries for Go to find the fastest one. Motivation Increasing RPS (request per second) is not an easy task. Changing your code to increase performance is even more challenging. There are several popular libraries out there, and almost every single one claims to be the fastest....
['Development', 'Golang', 'Benchmark', 'Technology', 'Redis']
Just now, i got a project that quite complex, honestly i didn’t expect this case before. Requirement of this project is as below Total of users is +- 15.000, but active users is about+- 500 Web application will be accessed by active users that 1 second average call api per user about 2–100 call/second (average 50 call...
['Apache Ignite', 'Spring Boot', 'MySQL', 'Redis', 'Postgres']
In case, you are landing here directly, it would be recommended to visit this page. In this section, we would deep dive to learn about AWS-RDS & ElasticCache. AWS RDS stands for Relational Database Service. Its a Managed Database-Service. It allows us to create databases in the cloud, that shall be managed by AWS. Fo...
['AWS', 'Aws Elastic Cache', 'Rds', 'Memcached', 'Redis']
Redis as an in-memory database We all know in every computer we have two types of memory — non-volatile or secondary memory (ex. hardisk) and volatile or primary memory (ex. RAM, ROM). Whenever we open an application the data will be fetched by the CPU from secondary memory and fed into RAM to make further accessing f...
['Message', 'Redis', 'Database', 'In Memory', 'Software']
When using asynchronous communication for Microservices, it is common to use a message broker. A broker ensures communication between different microservices is reliable and stable, that the messages are managed and monitored within the system and that messages don’t get lost. There are a few message brokers you can ch...
['JavaScript', 'Programming', 'Software Development', 'Microservices', 'Redis']
Let’s begin Installation We will start by creating a Koa server with the basics. So we will execute the following commands on the terminal: $ npm init -y // To initialize a Node project $ npm install koa // Our application is ready to use Koa $ npm install @koa/router // Router for our koa application $ npm install ...
['Job Queue', 'Koa', 'Nodejs', 'Redis', 'Queue']
Upstash is giving an easy to set up and different endpoints (Redis client, REST, and GraphQL) to use Redis in a pure Serverless way — PAY FOR WHAT YOU CONSUME (Query, Storage, and Data Transfer). Pay Per Request — You can create the Redis database and access it via the Redis CLI, Redis clients like ioredis, or REST AP...
['Serverless', 'Serverless Architecture', 'Redis', 'Redis Serverless', 'Database']
I’ve been writing the MVP of the WeAlly project for a while now, and I was always postponing the deployment details to keep focusing on what matters most at that moment. As an entrepreneur, you don’t think the same way as a corporate business, you have to be pragmatic in each decision you make. And having a solid deplo...
['Nextjs', 'Nodejs', 'Docker Compose', 'Docker', 'Redis']
DATA ON AWS Caching in AWS Repeat read access patterns have mandated the implementation of a caching layer in most modern applications. These access patterns might be for different use cases, such as configuration files, images, any file on a CDN. The idea behind caching is to store some items closer to the compute l...
['AWS', 'Programming', 'Dynamodb', 'Cloud Computing', 'Redis']
Simple loops This is a no-brainer. Using infinitely running while loops to periodically call a function can be used to schedule a job, not the best way but hey it works. Time delay can be given using the sleep function of the in-built time module. This is not exactly how most jobs are scheduled because first, it looks...
['Programming', 'Coding', 'Python', 'Software Development', 'Redis']
Recently, a company hired me to optimize one of their products as it took too long to read data from their database. Apparently, the data was too large for a simple query so we had to reconstruct the query and the data response. While the project went on, I remember thinking about Redis and how it could have been used...
['Optimization', 'Programming', 'Software Development', 'Redis', 'Database']
A 2-D view of population change by community area: change in number of households, and a change in average household size. Data points above the blue line gained population. Numbers from here, colors from here For just the second time in the last 70 years, the City of Chicago posted population growth from one decennia...
['Rust Belt', 'Demographics', 'Census', 'Chicago']
A City Mourns a Fallen Police Officer. We Also Should Mourn the Lack of Critical Thinking on the Left that’s Cost Thousands of Black Lives. Ella French is the 11th officer shot this year, and the first person to die in the line of duty since 2018. There’s a reason why Chicago police literally turned their back on May...
['Statistics', 'BlackLivesMatter', 'Chicago', 'Police', 'Criminal Justice Reform']
Can The Bulls Find Their Version Of Chris Paul This Offseason? The key to the Phoenix Suns’ transformation from a rebuilding team to a title contender was a new head coach and an elite point guard. Can Chicago build a winner with a similar formula? Michael Walton II Follow Jul 11 · 6 min read The Phoenix Suns had fai...
['NBA', 'Chicago Bulls', 'Chicago', 'Chris Paul', 'Basketball']
Never in my life have I ever been exploited and mistreated as much as I have while working for H.E.R Chicago — a Chicago-based grassroots organization founded and led by Black women. “…aiming to dismantle systems of oppression and heal those on the front lines,” is what their IG bio reads. However I can tell you as fa...
['Blm', 'Activism', 'Community Organizing', 'Chicago', 'Black Women']
Missing in Chicago: What Happened to Jesse Ross? A college student vanished during a school trip, and 15 years later his family is still searching for answers. Jenn Baxter Follow Jan 30 · 17 min read Jesse Ross (Photo credit: findjesseross.com) Jesse Ross was a 19-year-old sophomore at the University of Missouri — K...
['Chicago', 'Equality', 'History', 'True Crime', 'Justice']
Home Away From Home Wheaton native, former caddie still thriving on the PGA Tour CDGA Apr 1·8 min read By Tom Mackin Photographs by Dennis Murphy This article appeared in the April 2021 edition of Chicago District Golfer. Kevin Streelman adjusts his Wilson golf hat and confidently steps up to the tee. He surveys h...
['PGA', 'Cdga', 'Golf', 'Chicago', 'Kevin Streelman']
The Next Generation of Chicago Rap : Gaming Club Turned Rap Stars. Historically, Chicago’s rap scene has been the home to many different generations of regional style. Similar to other cities, each generation to emerge from Chicago has a hallmark sound with several artists making music within the same wheelhouse to he...
['Rap', 'Hip Hop', 'Chicago', 'Music', 'New Music']
By Kylah Johnston, Environmental Justice Organizer with The People’s Lobby Growing up in rural Northern Michigan, I always had a deep respect for the Great Lakes and the natural environment around me. I was lucky enough to grow up in a place that had little pollution, where I didn’t have to worry about my drinking wat...
['Great Lakes', 'Chicago', 'Climate Change', 'Water', 'Environmental Justice']
By Lina Avalos, Leader with The People’s Lobby’s Environmental Justice Task Force The current COVID-19 crisis has been hard on everyone, from all ends of the world. Like all crises at this level, it is exposing the fundamental issues in our systems and government. One in particular is environmental racism, an issue th...
['Coronavirus', 'Chicago', 'Covid 19', 'Climate Change', 'Environmental Justice']
By Aaron Messner, leader with The People’s Lobby’s Environmental Justice Task Force Last summer, I went for a run on the Lake Shore Trail, but was stopped in my tracks just south of Fullerton Avenue where the water had been so high for so long that it had eroded the sidewalk into a wet patch of crumbled asphalt. In Ja...
['Public Transportation', 'Chicago', 'Climate Change', 'Public Transit', 'Environmental Justice']
The house they’re building is a two-story “starter home” — shown above — with a target sale price in the low 200s, excluding the cost of the land. The Resurrection Project, an affordable housing manager and developer based in Pilsen, owns the land. I talked to Tebben and Braun to learn the details of the house design ...
['Affordable Housing', 'Modular Construction', 'Chicago']
Zeigler Auto Group Among Chicago’s Best & Brightest Companies To Work For®, Earning its Eight Award in a Row Francis Mariela Communications Jul 6·4 min read Zeigler Automotive Group has once again been named one of ‘Chicago’s Best and Brightest Companies to Work For®’ by the National Association for Business Resources...
['Awards', 'Best Companies', 'Chicago', 'Best And Brightest', 'Zeigler Auto Group']
Die A Legend (Image Credit: Columbia Records) 20 year old Taurus Bartlett has a pretty decent sounding rap persona under the name “Polo G,” but if I can be honest, it’s kind of funny this kid’s first name literally means ‘bull,’ because at times on his debut record for Columbia Records, Die A Legend, he spits real fas...
['Hip Hop', 'Polo G', 'Chicago', 'Music', 'Album Review']
Chicago is a great place to live, with legendary attractions such as Wrigley Field, Millennium Park, and the Magnificent Mile drawing thousands of tourists each year. Chicago is also an aging city with a growing senior population. This thriving metropolis isn’t just for young people; there’s plenty to do and learn here...
['Active Senior Communities', 'Chicago', 'Active Seniors', 'Travel', 'Senior Citizens']
An inviting, safe suburb of Chicago, Naperville, Illinois, is the perfect spot for an active retirement. With a wide range of community events, plenty of waterfront attractions, and a responsive government that’s committed to accessibility, Naperville offers plenty of options to help seniors of all ages and ability lev...
['Aging', 'Senior Living', 'Chicago', 'Naperville', 'Assisted Living']
Well, that was quick! Less than a week after the final program of the CSO’s abridged 2020–2021 season concluded, the CSO released a sneak peek preview of the upcoming 2021–2022 season, which will herald the return of Maestro Muti back to the podium in Orchestra Hall! Some highlights to note: First, and foremost, the f...
['Culture', 'Chicago', 'Music', 'Classical Music', 'Art']
This is an announcement about a grant-supported program we are launching. Chicago Cityscape is a real estate information platform designed to spark and inspire more equitable development in overlooked and underinvested neighborhoods by organizing and aggregating property data, policy information, and market insights i...
['Data Equity', 'Real Estate', 'Chicago']
Based on data from the Chicago data portal, the chart shows a list of areas “problem landlords” hold properties within. What if you had a public list to shame all of those who bore the responsibility of owning a building and failed to protect their tenants? That’s the idea behind the City of Chicago’s problem landlord...
['Tenant Rights', 'Chicago']
Every day, people are trying to buy houses and sometimes have to struggle to purchase one. Those people end up taking a loan from a bank because they could not afford it right away. This is where affordable rental homes fall into place. Affordable rental homes also known as affordable housing are for people who have an...
['Affordable Housing', 'Housing Crisis', 'Housing', 'Chicago', 'Units For Sale']
Chicagoans Get Vaccinated as the City Prepares for a Full Reopening As the business and beaches gear up for June 11, so do the residents. Ashley Vong Jun 8·1 min read According to Chicago.gov, Mayor Lori Lightfoot has planned to implement the city into Phase 5: Illinois Restored on June 11. Capacity limits, restricte...
['Vaccine', 'Reopening', 'Chicago', 'Covid 19', 'Lollapalooza']
Chicago Covid-19 Community Vulnerability South neighborhoods rank highest across vulnerability factors like socioeconomic status and incidents Andrea Lares Jun 8·1 min read The Department of Public Health has compiled data on Covid-19 vulnerability across several Chicago neighborhoods. The vulnerability score (CCVI) ...
['Covid 19', 'Chicago']
The total number of vaccinations per day and the cumulative number of vaccinations in Chicago, as well as the total number of first dose vaccinations per day and the cumulative number of first dose vaccinations in Chicago. With the improvement of people’s awareness of protection, the number of people vaccinated also i...
['Google', 'Chicago', 'Daily Vaccinations']
Redmond Launches Cannabis Group Led By New Project Executive, Chris Atkinson Redmond Follow Jun 8 · 2 min read Redmond is thrilled to announce that Chris Atkinson has joined the team as Project Executive: Cannabis Group. Chris brings deep expertise in cannabis operations, facility construction, and stakeholder managem...
['Women In Construction', 'Chicago', 'Cannabis', 'Construction']
Daily number of vaccines being administered to Chicago residents Over a year has passed since the COVID-19 outbreak surfaced in the U.S. and Americans have gone from feeling anxious and uncertain to relatively optimistic. With the development of vaccines for the virus in the past several months, millions of people hav...
['Covid 19', 'Vaccines', 'Chicago']
Switzerland & Midwest Connections: Aftermath of the Great Chicago Fire Courtesy Chicago Architecture Foundation (photo by the author) Welcome to the History Blog featuring the connections between Switzerland and the Midwest. I am Joerg Oberschmied, Deputy Consul General in Chicago. My interest in history started at a...
['Midwest', 'Chicago', 'Switzerland', 'Fire', 'History']
An elderly man grimaces at a penis drawn in heavy marker pen, defacing a portrait of a real estate agent with voluminous, greasy hair. A young child snaps a photo of themselves with the defaced advertisement, pressing a peace sign against their face. A pregnant woman’s knees wobble as the train quakes and sways. She g...
['Fiction', 'Short Story', 'Chicago']
Over the last decade, the number of startups in Chicago skyrocketed 270%, according to a study done by The Center for an Urban Future (a New York think tank that analyzed data from Crunchbase). With Chicago seeing some of the fastest startup growth in the nation, it’s no surprise that the largest independent hardtech i...
['Midwest Startups', 'Chicago', 'Tech', 'Startup', 'Venture Capital']
City Council adopted a new version of the Affordable Requirements Ordinance (ARO) earlier this year, establishing “ARO 2021”. The rules goes into effect for most residential projects that are granted a zoning change on or after October 1, 2021. The basic trigger for requiring ARO compliance hasn’t changed: a residentia...
['Inclusionary Zoning', 'Affordable Housing', 'Zoning', 'Chicago']
In 2017 there were 130,930 public and private elementary & secondary schools and 7,427 charter schools in the United States. The education system serves 56.4 million students and accounts for over $720 billion in funding from local, state and federal governments.The education sector is an important part of the U.S. fab...
['Edtech Startup', 'Leadership In Action', 'Chicago', 'Diverse Founders', 'Venture Capital']
Last week, the New York Times sent shockwaves through the country when food critic Tejal Rao declared that America’s best bagels are no longer in New York, but instead, right here in Berkeley, California, at Boichik Bagels on College Avenue. As a Jew, bagels have an almost sacred status in my culture. Every simcha (or...
['Food', 'San Francisco', 'Culture', 'Jewish', 'Strawberry2021']
Are The Igbos of Nigeria a Lost Tribe of Israel? I often write very positive and glowing things about the Igbo people of Nigeria’s Southeast, because Igbos are a people I admire a lot. You may disagree with me, but I believe that they are the most intelligent and enterprising Black African ethnic nationality on planet...
['Christianity', 'Yoruba', 'Jewish', 'Jews', 'Igbo']
Why There’s a Secret Tiny Wire Above Manhattan Photo by Monika Kozub on Unsplash I’ve lived outside New York City for 20 years. I had my first kiss in the city, my first beer, and many eidetic memories I’ll never forget. All that time, however, I never knew an 18-mile translucent wire hung above my head and encircle...
['New York', 'Israel', 'History', 'Jewish', 'Politics']
From the ages of 11 to 22, I spent almost every weekend at Jewish youth group events in L.A., and summers at a Jewish summer camp in Santa Rosa, California. Once we entered high school, our youth group had a point system: The more hookups you had, the more points you got. The teens in leadership positions were worth mo...
['Summer Camp', 'Feminism', 'Jewish', 'Sexuality', 'Sex']
The Jewish Plot To Kill Millions of Germans As Revenge For the Holocaust Abba Kovner pictured right, was the mastermind of the Nakam movement (Public domain) In 1945, Abba Kovner visited the site of the Ponary Massacre. He would stare down into the pit where 100,000 people had been brutally murdered and dumped and be...
['Holocaust', 'World War II', 'History', 'Jewish', 'Europe']
Learning about mental health in Community What does a classroom full of mental health professionals and clergy have in common?They gathered on the upper west side of Manhattan to study religious passages that reference mental health. According to the National Institute of Mental Health, one in five adults in the U.S. ...
['Mental Health', 'Jewish', 'Mental Illness', 'Learning', 'Medicine']
I’ve loved delis for so long that my father says I was drinking matzo ball soup from a sippy cup. I practically grew up sitting in the glossy red booths of Jerry’s Famous Deli (West Hollywood location; sadly this location is now closed). All the waitresses knew me and my dad and watched as I grew up. My first love was...
['Recipe', 'Deli', 'Jewish', 'Baking']
Romy Ronen In the past few months, NYC has become increasingly dangerous for Jews. Antisemitism and Jewish hatred are on the rise. In May alone, there were a series of antisemitic attacks in the city, including a person being burned after being attacked with fireworks and another person being beaten in the streets by ...
['Anti Semitism', 'Jewish', 'Campus', 'Students']
Natalie Bernstien, Fulbright Student Researcher, 2018–2019 While lesser known than other tourist destinations in Morocco, Essaouira is nonetheless a widely visited city for Moroccans and tourists alike. Situated on the Southeast coast of Morocco along the Atlantic Ocean, Essaouira’s charm is immediately evident: a qua...
['Fulbrightmorocco', 'Fulbright', 'Jewish', 'Essaouira', 'Morocco']
Italy — racial laws Italian citizenship to Jews expelled from Italy further to 1938 racial laws Descendants of Jews expelled in 1938 are entitled to Italian citizenship Marco Mazzeschi Follow Jul 1 · 6 min read Photo by Diana Polekhina on Unsplash 1938 is a disgrace for Italy. The Fascist government started in Sep...
['Italy', 'Citizenship', 'Jewish', 'Law', 'Racism']
A few days ago, on July 19, the multinational consumer goods company Unilever, which is also the parent company of Ben & Jerry’s, announced that “it is inconsistent with [their] values for Ben & Jerry’s ice cream to be sold in the Occupied Palestinian Territory (OPT).” Although officially, Ben & Jerry’s belongs to Unil...
['Ice Cream', 'Israel', 'Jewish', 'Ben And Jerrys', 'Palestine']
This afternoon, I landed in the former Kazakh capital of Almaty as part of a Chabad delegation to the central Asian republic. With borders still shuttered due to the pandemic, Chabad Chassidim and rabbis received special permission for a small group to enter the country (for less than 24 hours) on a chartered flight, ...
['Caribbean', 'Kazakhstan', 'History', 'Jewish', 'Chabad']
Expressing disgust with Cynthia McKinney, who recently accused “Zionists” of responsibility for the 9/11 terror attacks, two state legislators want her name removed from Georgia roadways. On June 28, the former six-term Democratic congresswoman from Georgia posted an image of the final piece being added to a puzzle th...
['Anti Semitism', 'Israel', 'Georgia', 'Jewish', 'Race']
Is the BDS movement an actual threat to Israel or is this just rocket fuel for conservatives in Israel and super Israel patriots in the US? Recently the ice cream maker Ben & Jerry’s announced it will no longer sell its products in the Israeli-occupied Palestinian territories. The resulting reactions of the right-wing...
['Portland Oregon', 'Ice Cream', 'Israel', 'Jewish', 'Palestine']
Truth is far from reality (TV) in My Unorthodox Life My Unorthodox Life, the latest reality docu-drama miniseries from Netflix, could have very well been a TedTalk. Instead, it chose to occupy 9 episodes of manufactured drama to tell a story. You’d wonder, how good of a story could it be? Julia Haart, the matriarch, ...
['Julia Haart', 'Netflix', 'Jewish', 'Television']
And What That Has to Do with Stoicism and My Millennial Self Post-edit: I started writing this sometime around Easter and have been creeping in to look at it every week since. Somehow, this is the one piece I am genuinely afraid of publishing — mostly because I don’t have the data, I don’t have the full story, and I a...
['Holocaust', 'Family', 'Jewish', 'Stoicism', 'Memories']
This month, the LGBTQ community celebrated Pride in cities around the country. We do this every year to recognize our freedom to be our authentic selves, live our truth, and love who we want, how we want. But wherever there is love and joy, hate seems to follow. That was especially evident when neo-Nazis showed up to ...
['Gay', 'Anti Semitism', 'Nazis', 'Jewish', 'LGBTQ']
The Consulate General of the UAE in New York reported on an interfaith iftar, hosted by H.E. Lana Nusseibeh, Ambassador and Permanent Representative of the UAE to the United Nations, and H.E. Abdalla Shaheen, UAE Consul General in New York: In attendance were senior UN officials, including H.E. María Fernanda Espinosa...
['United Nations', 'Jewish', 'Uae', 'Rabbi', 'Interfaith']
Neve Tzedek Shimon and Eliezer Rokach, who were merchants and public activists, founded the Ezrat Yisrael Society In the winter of 1886. This company established the subsidiary Neve Tzedek Building Company-Jaffa, which employed about 40 people. Following the purchase of some 10 dunams of land from Aharon Chelouche and...
['Tel Aviv', 'Jaffa', 'Israel History', 'Israel', 'Jewish']
Hebrew school at the Jewish Center of University Heights on Nelson and 174th Street June 19, 2021 Dear Mendel, After Mommy died, we didn’t have a car. Obviously you couldn’t drive. But that doesn’t mean the Cross-Bronx Expressway didn’t change our lives. They started building the Cross-Bronx in 1948 in the East Bro...
['History', 'Jewish', 'Bronx']
Israeli artist Alex Levin has been banned by Google for his Jewish and Jerusalem paintings Alex Levin Jun 22·2 min read A few years ago, a scandal erupted on Facebook about the closure of the artist Alex Levin’s page. Alex Levin is an Israeli artist, whose paintings are exhibited in many galleries around the world, in...
['Alex Levin', 'Jewish', 'Jerusalem Painting', 'Jewish Paintings', 'Jerusalem']
Index This part mainly looks at whether Jesus met the properties of the first article. Jesus doesn’t meet the requirements From Jesus it is said he was very well known in the Law, he is called teacher, Prophet, and wise person. Also, he was judging with compassion, rightfulness and was seen as the Messiah by many in...
['Christianity', 'Messiah', 'Judaism', 'Jewish', 'Jesus']
It wouldn’t be my first personal experience with antisemitism online, but it was the worst. To orient the reader unfamiliar with the groups I will be discussing: An incident occurred in the Binder Full of Writing Jobs that resulted in a number of people wishing to create a new group with a similar focus that had sligh...
['Anti Semitism', 'Jewish', 'Journalism', 'Racism', 'Binders']
The Igbos of Nigeria. How Did We Get Here? In 1966 a series of massacres were carried out against Igbos in Nigeria. By 1969 a civil war had broken out, and it was reported that 1000 Igbo children were dying a day due to starvation. This is the story of how we got there. The anti-Igbo pogroms are often framed as a re...
['Nigeria', 'Buhari', 'Armenia', 'Genocide', 'Jewish']
Individual Signatures and Statements of Support: Aaron G Meyer, Chicago Teachers Union/Caucus of Rank-and-File Educators “Solidarity!” Adam Green, SEIU 99 Adam Richter “Boycotting is one of the most effective means of nonviolent protest. Regardless of the issue, I support the right for people to boycott whatever t...
['Teachers Union', 'Los Angeles', 'Palestine', 'Jewish', 'Utla']
By Adina Siff for Heart of a Nation At thirteen years old, I went to my third — and what would probably have been my last — AIPAC Policy Conference. Nothing prepared me for a speech delivered there by Vice President Mike Pence. Hearing him praise Israel, I began to cry. How could a man so despicably racist, homophob...
['Democrats', 'Israel', 'Progressive', 'Jewish', 'Aipac']
The Hard Work of Racial Inclusivity in the British-Jewish Community Starts Here Blewish And Apr 25·7 min read Photo by Priscilla Du Preez on Unsplash Stephen Bush, the Chair of the Board of Deputies’ Commission on Racial Inclusivity (CRI), has achieved something that Tony Sewell’s Commission on Race and Ethnic Dispar...
['BlackLivesMatter', 'Jewish', 'Racism']
As readers of the bible, Christians might notice certain seasons in the Old Testament that were observed by the nation of Israel. Still to this day, most Jewish people maintain traditions first laid out to them by God in the Torah (first 5 books of the Bible). It is most common for western Christians to breeze past the...
['Christian', 'Jewish', 'Fall Festivals', 'Sukkot', 'Biblical Holidays']
Walking around campus, looking out at the blueish green mountains in between red brick buildings, it’s easy for students to think they’ve entered a refuge, far from the chaos and social issues of a typical city. Unfortunately, there’s more to a university experience than its aesthetic. The Hillel Building at the Unive...
['Hillel', 'Jewish', 'Bds', 'Discrimination', 'Antisemitism']
John Ramirez, an honorably discharged US Marine, is scheduled to be executed for crimes committed after his military service on September 8, 2021, the second day of Rosh Hashana. Ramirez is the third honorably discharged US Marine to be scheduled for execution this summer. Learn more and sign the petition here. A Pray...
['Rosh Hashaná', 'Righteousness', 'Death Penalty', 'Jewish', 'Protest']
Blockchain tokenization of art, blockchain-native digital art in particular, is one of the success stories of 2020. The total trading volume of NFT artwork reached a record $8.2 million in December alone. But just a small fraction of the traded artworks was made to persist throughout the ages. So, are we just simply c...
['Digital Collectibles', 'Impermanence', 'Token Economy', 'Tokenization', 'Digital Art']
A) Data Cleaning As mentioned above, data cleaning is basic but very important step in NLP. Below are a few ways for data cleaning. Let’s consider the below line. line = ‘Reaching out for HELP. Please meet me in LONDON at 6 a.m xyz@abc.com #urgent’ 1. Remove stopwords: There are a few words which are very commonly u...
['Python', 'Data Science', 'Tokenization', 'NLP', 'Text Mining']
Images: A collage of four sepia-toned photos from the cover of the College Preparatory School 2005 Fall Newsletter and Annual Report. Bottom right: A candid image of the writer of this disquision, a Black man, when he was 15. He is sitting on the bench during a Junior Varsity Basketball game, looking away from the came...
['Ivory Tower', 'BlackLivesMatter', 'Blackintheivory', 'Tokenization', 'Raceinamerica']
Tokenization Tokenization is the process of breaking down the given text in natural language processing into the smallest unit in a sentence called a token. Punctuation marks, words, and numbers can be considered tokens. So why do we need Tokenization ? We may want to find the frequencies of the words in the entire te...
['Pos Tagging', 'Data Science', 'Tokenization', 'Stemming', 'NLP']
🙌🏻Good day, Collectors! Now we are back with a portion of splendid updates. So just one question remains: are you ready to meet new updates on the first Collect2Earn medium? 🚀Then go! We have already explained the role of Racoons for Collectors. If you are new here, reading this article would be a good starting ...
['Nft', 'Tokenization', 'Nft Collectibles', 'Mining']
Why is Payment Tokenization a ‘Fintech Asset’? The boom of technology in the Financial services domain has been rapid in the past decade. Card-less transactions, UPI payments, Payment Gateways, etc., increases online consumers each day. As we enjoy the perks of digital banking with one-click transactions, we cannot de...
['Payments', 'Tokenization', 'Fintech', 'Digital Transformation']
AMPnet — The DeFi Infrastructure to Kickstart the Tokenization Revolution AMPnet Jan 8·7 min read The meteoric rise of the DeFi ecosystem in blockchain has been powered by increasingly innovative ways to save, lend, trade and utilize blockchain secured digital assets. Platforms like Uniswap enable you to list assets ...
['Tokenization', 'Blockchain', 'Assets', 'Defi']
Blocksquare sponsors the upcoming 2020 FIBREE blockchain real estate industry report The number of people we were able to meet because of FIBREE is astounding. This is a way for us to give back but also an opportunity to take the lead in an industry bound to evolve as digitalization takes up a bigger role in real esta...
['Updates', 'Sponsorship', 'Tokenization', 'Blockchain', 'Report']
A strange new alt HODLCommodity Is it possible or even plausible to create an endless chain of wealth generation? Is there intrinsic value to a token that is its own exchange and can’t be controlled or censored? The HODL project opens up a wealth of questions. HODLCommunity Apr 23, 2020·4 min read This HODL project i...
['Token Economy', 'Ethereum', 'Commodities', 'Tokenization', 'Altcoins']
“Leadership is not about a title or a designation. It’s about impact, influence and inspiration. Impact involves getting results. Influence is about spreading the passion you have for your work, and you have to inspire teammates and customer” — Robin S. Sharma This was Gerald’s objective and then achievement after 26 ...
['Cto', 'Chief Technology Officer', 'C Estates', 'Tokenization', 'Blockchain']
FinNexus Hosts Kava Labs’ Aaron Choi in its Weekly Chat (2/17/20) Participants: Boris Yang — FinNexus Founder & CEO Ryan Tian — FinNexus Financial Specialist Special guest: Aaron Choi — Kava Labs Head of Business Development Asia Host: Prof K, Nicholas Krapels — FinNexus Strategy Advisor Section 1: About the KAVA...
['Tokenization', 'Blockchain', 'Recaps', 'Kava', 'Defi']
Blockchain offers many new solutions for existing applications. Two of the most exciting applications are supply chain and finance. Blockchain will be the gold standard for supply chain, and it will revolutionise the current financial system. Decentralised Finance (DeFi) will make a game-changing impact on the world in...
['Decentralized Finance', 'Finance', 'Tokenization', 'Blockchain', 'Defi']
Natural Language Processing (NLP) is a part of AI (artificial intelligence) that deals with understanding and processing of human language. In real time, majority of data exists in the unstructured form such us text, videos, images. Mass of data in unstructured category, will be in textual form. To process this textual...
['Bag Of Words', 'Word Embeddings', 'Beginners Guide', 'Neural Networks', 'Tokenization']
Tokenize all Financial Products While we are still very busy implementing the ACTUS mechanics and contract types for the ACTUS Protocol on Ethereum, we’re always looking for ways to integrate with the rising token economy and decentralized finance (DeFi). Read in this article how we are working with Polymath to integ...
['Ethereum', 'Tokenization', 'Blockchain', 'Polymath', 'Defi']
How-To Create Your Own Token With Fabrx in Less Than 5 Minutes This is a step-by-step visual walkthrough of how anyone can create their own token in less than 5 minutes without having to write their own smart contracts or learning to code. A video tutorial is also included at the end of this should you prefer to list...
['0xcert', 'Fabrx Blockchain', 'Tokenization', 'Fabrx', 'Tutorial']
Wave Financial, in collaboration with High Spirits Marketing, has assembled research from multiple industry analysis to write our second Wave Kentucky Whiskey Report. The 2021 State of the Industry will discuss new market developments and forecast future trends. Our team continues to believe that Whiskey can be a favor...
['Whiskey', 'Research', 'Market', 'Commodities', 'Tokenization']
No doubt to survive in rapidly changing market conditions, face challenges and thrive even in uncertain time companies are constantly looking for new opportunities. This is where WeTokenise could be a deus ex machina for those who brave enough to act as blockchain technology adoption pioneer. With WeTokenise you can so...
['Real Estate Investments', 'Real Estate', 'Tokenization', 'Blockchain', 'Tokenisation']
Tokenization is basically the process involving the adaptation of physical as well as non-physical assets into the blockchain. The trend has already been engraved in traditional industries like Real Estate. So, why do we need real estate tokenization in the first place? For example, if you own a house, and suddenly y...
['Utility Tokens', 'Staking', 'Tokenization', 'Token Sale', 'Token Economics']
The AMPnet Governance Model: Collaborative On-Chain Decision Making The AMPnet protocol is an asset tokenization protocol that establishes a truly decentralized and permissionless ecosystem allowing anybody to issue digitized assets without the need for centralized arbitration. AMPnet Jun 8·4 min read We’ve covered t...
['Aapx', 'Tokenization', 'Blockchain', 'Blog', 'Ampnet']
Think of New Mexico as the Geometric Center of the World… Think of New Mexico as the Geometric Center of the World… That is, New Mexico becomes a node on a decentralized global network (where all nodes on the network are geometric ‘centers’ of the world). The Sun Clock It starts with the idea that indigenous people...
['Circular Theory', 'Reality', 'Tokenization', 'Startup', 'Crypto']
-by UCI MSBA NLP Team1B Project description and objectives Based on the large demand for jobs, people start looking for jobs constantly online through different platforms. The online job boards become the major channel for job seekers in the digital era. Another challenge we face in this study is failing to match the...
['NLP', 'Job Recommendations', 'Knn Algorithm', 'Tokenization']
We are pleased to announce that Monster Finance Whitelisting process will start on the 8th of June, 2021 at 4PM UTC. The project is centered around the larger community of sport enthusiasts across the globe with the sole mission of redefining sports fandom in a Decentralized, Incentivized and Tokenized manner. We have ...
['Airdrop', 'Binance Smart Chain', 'NBA Playoffs', 'Tokenization', 'Defi']