Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I wish all testers would be like this.
But honestly, the guy sounds more like a developer.
Like when clients give specs which sound trivial first, but the devs find edge cases and point out non obvious aspects of it. -
Parzi88334ythe funniest part is that a tester would just pass INT_MAX as the age and see what you respond with
-
wiki1744y@theabbie Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web.[8] JavaScript enables interactive web pages and is an essential part of web applications. The vast majority of websites use it for client-side page behavior,[9] and all major web browsers have a dedicated JavaScript engine to execute it.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie JavaScript (/ˈdʒɑːvəˌskrɪpt/),[6] often abbreviated as JS, is a programming language that conforms to the ECMAScript specification.[7] JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie PHP is a general-purpose scripting language especially suited to web development.[6] It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994;[7] the PHP reference implementation is now produced by The PHP Group.[8] PHP originally stood for Personal Home Page,[7] but it now stands for the recursive initialism PHP: Hypertext Preprocessor.[9]
https://en.wikipedia.org/wiki/PHP -
wiki1744y@theabbie PHP is a general-purpose scripting language especially suited to web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.
https://en.wikipedia.org/wiki/PHP -
wiki1744y@theabbie JavaScript (/ˈdʒɑːvəˌskrɪpt/), often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie Reddit (/ˈrɛdɪt/, stylized in its logo as reddit) is an American social news aggregation, web content rating, and discussion website.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie Stack Overflow is a question and answer site for professional and enthusiast programmers. It is a privately held website, the flagship site of the Stack Exchange Network, created in 2008 by Jeff Atwood and Joel Spolsky. It features questions and answers on a wide range of topics in computer programming. It was created to be a more open alternative to earlier question and answer sites such as Experts-Exchange. The name for the website was chosen by voting in April 2008 by readers of Coding Horror, Atwood's popular programming blog.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie
By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, and our Terms of Service.
https://stackoverflow.com/ -
wiki1744y@theabbie Stack Overflow is a question and answer site for professional and enthusiast programmers. It is a privately held website, the flagship site of the Stack Exchange Network, created in 2008 by Jeff Atwood and Joel Spolsky. It features questions and answers on a wide range of topics in computer programming. It was created to be a more open alternative to earlier question and answer sites such as Experts-Exchange. The name for the website was chosen by voting in April 2008 by readers of Coding Horror, Atwood's popular programming blog.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie Donald John Trump (born June 14, 1946) is the 45th and current president of the United States. Before entering politics, he was a businessman and television personality.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie Donald John Trump (born June 14, 1946) is the 45th and current president of the United States. Before entering politics, he was a businessman and television personality.
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie "John Doe" (for males) and "Jane Doe" (for females) are multiple-use names that are used when the true name of a person is unknown or is being intentionally concealed. In the context of law enforcement in the United States, such names are often used to refer to a corpse whose identity is unknown or unconfirmed. Secondly, such names are also often used to refer to a hypothetical "everyman" in other contexts, in a manner similar to "John Q. Public" or "Joe Public". There are many variants to the above names, including "John Roe", "Richard Roe", "Jane Roe" and "Baby Doe", "Janie Doe" or "Johnny Doe" (for children).
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie "John Doe" (for males) and "Jane Doe" (for females) are multiple-use names that are used when the true name of a person is unknown or is being intentionally concealed. In the context of law enforcement in the United States, such names are often used to refer to a corpse whose identity is unknown or unconfirmed. Secondly, such names are also often used to refer to a hypothetical "everyman" in other contexts, in a manner similar to "John Q. Public" or "Joe Public". There are many variants to the above names, including "John Roe", "Richard Roe", "Jane Roe" and "Baby Doe", "Janie Doe" or "Johnny Doe" (for children).
https://en.wikipedia.org/wiki/... -
wiki1744y@theabbie In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content. Lorem ipsum may be used before final copy is available, but it may also be used to temporarily replace copy in a process called greeking, which allows designers to consider form without the meaning of the text influencing the design.
https://en.wikipedia.org/wiki/... -
wiki1744y@bittersweet A Brandy Alexander is a brandy-based cocktail consisting of cognac, crème de cacao, and cream that became popular during the early 20th century. It is a variation of an earlier, gin-based cocktail called simply an Alexander. The cocktail known as Alexander today may contain gin or brandy. Ice cream can be added for a "frozen Brandy Alexander".
https://en.wikipedia.org/wiki/... -
trivia2894y@trivia @theabbie @trivia Didn't work, Error Message: axios is not defined Didn't work, Error Message: axios is not defined
-
trivia2894y@theabbie What is the name of the enterprise-grade cluster management solution from Docker?
0. Docker Swarm
1. Docker Hub
2. Docker Web UI
3. Docker Universal Control Plane -
trivia2894y@theabbie How to list all nodes in your Docker swarm?
0. docker node get
1. docker node print
2. docker node get-all
3. docker node ls -
trivia2894y@theabbie What does HPA stand for in Kubernetes?
0. Hyper Pod Autoscaler
1. Horizontal Production Autoscaler
2. Horizontal Pod Autoscaler -
@highlight var Bot = require('devrant-bot');
(async function() {
var bot = new Bot();
await bot.login("username","password");
var mentions = await bot.get();
for (msg of mentions) {
var text = msg.text;
//Do processing
await bot.reply(msg.user,msg.rid,"reply"[,image_url]);
}
})(); -
trivia2894y@theabbie How is the ternary conditional operator used in PHP?
0. Expression_1?Expression_2 : Expression_3;
1. Expression_1:Expression_2 : Expression_3;
2. Expression_1?Expression_2 ? Expression_3; -
trivia2894y@theabbie In a LIKE clause, you can ask for any 6 Letter Value by writing:
0. LIKE .{6}
1. LIKE ??????
2. LIKE ^.{6}$
3. LIKE ______ (Six Underscore Characters)
cc5edb16aaaf7d59437a4151c997dc99d668c50096c9c78bd413e8a5924d17dbba71b788cafd160b81935bfaca268ffcsmnE/+t/qrSbEIgmhWMVfQ7paB0OVE+orpc5YFRQOZSqtZdo2rhQ2M3PSY8kBksR4P/sv6eBKFyYmu5oxkC5jfmXpzGiPhPMKDaMXZmJjkYMWiPP9LgHSINr7/pqKcOASBIqdNZDogB5zTVoMQOtylp24EHlVTeVR+0ap8VRocsZbLogfU9cn+n5QhS2j1yz7OFRP6ngWp6Ayoi1wdN3avYgbKivrFKlsTA31ooxHw8= -
trivia2894y@theabbie How do we access the value of 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );
120. $a[0]
121. $a[3]
122. $a[2]
123. $a[1]
124. $a[4]
06ea9396a164caa77303040afbb2b31d60775ab9726df6e526fd582fe8918a2c7cbd42ed622cfe47c29baba4d115c3e106IDFrp9sR5NOs8ulln9+Q== -
trivia2894y@theabbie Which HTML element is used to specify a footer for a document or section?
140. <footer>
141. <section>
142. <bottom>
143. <down>
29485615b8dfc0da610230139f92a6d3914bf5611acd8dfe9319eac87d8a5c8735c1e48451251e09f9fa8f1c36b749c6gzh2Wd+iY19+WBBIHprgZQ== -
trivia2894y@theabbie 29485615b8dfc0da610230139f92a6d3914bf5611acd8dfe9319eac87d8a5c8735c1e48451251e09f9fa8f1c36b749c6gzh2Wd+iY19+WBBIHprgZQ==
-
trivia2894y@theabbie What does the COPY instruction do in a Dockerfile?
170. COPY makes a copy of your Dockerfile
171. COPY adds files from your Docker client’s current directory
172. COPY creates a copy of your running container
173. COPY creates a copy of your image
e5604e3af9c5b1c13e7f9277391c97d057deadc5be3ac7dbad0b37c65d212572a4cd88ec08efc71ee3b4b972276769c8VIzMzqyXHsYO5IbsO28Q4A== -
trivia2894y@theabbie Which tag creates a check box for a form in HTML?
190. <checkbox>
191. <input checkbox>
192. <input=checkbox>
193. <input type="checkbox">
15d1dfa397d3ddfb952fcd97b69efe149e29c17ff191538bbf41039d43b4c786c41180eac1e3735822d9218ddb17d8a4KN07iNbpQnuo6fMpYX2gZw== -
trivia2894y@theabbie Which is the environment variable which holds your home directory information?
210. HOME.
211. ROOT.
212. ADMINISTRATOR
213. It's generated dynamically
8c1688ce9d858ec4df886ffea0f1b4d9fc13ce4924cb5ee943dd78717a4bd000ed73f0c713ffdccf8674b1e3eaadb697Tk4/yj9GAxE9blFn9GCLYA== -
trivia2894y@theabbie Which type you will select if you need to store binary data?
230. BLOB
231. BIGINT
232. INT
233. None of the above
234. Both BIGINT and INT
7a965d6c3b0f7ceab2be772ce99a67e14dc3566990187e64a8a72a2b6625ad5a5cc95d205a4f4eedff5911374a96a9afiRrDrh3Wk6COj734IOImuA== -
trivia2894y@theabbie What is the correct HTML for adding a background color?
250. <body bg="yellow">
251. <background>yellow</background>
252. <body style="background-color:yellow;">
253. <body style bg="yellow">
5e72730291fd17efe44200f6ed2ec8dd09e5c1b6c6c0052e82764bbd12a6baaf840bdcbcb0d05036e79122f3457ea1e9yAfJ8rtZ/VuWNBypiXt/+Q== -
trivia2894y@theabbie Is it possible to remove the HTML tags from passed data?
270. The stripTags() function enables us to clean a string from the HTML tags.
271. The strip_tags() function enables us to clean a string from the HTML tags.
272. The string_tags() function enables us to clean a string from the HTML tags.
0b6d03a77c2bb870e632b96eea02a2ff8ef72a841209c66b5b47655202e2692405b026fdf5e353da2cf479a0d5d2f1877LkQN47B/SPquGxJ5FIEIQ== -
trivia2894y@theabbie What is the ls switch to view the inode numbers
290. -i
291. -n
292. -d
293. -a
43abbdbb1d69fcaebab57d938ee02353630313f8eb0a77e2ec0baaf73e45db83655f707f83e229c76a40865d8c5bac90bsqorfLYReV/I5xWy9pfXA== -
trivia2894y@theabbie Which query will return values containing strings "apple", "banana" or "orange" in the database?
310. SELECT * FROM table WHERE field REGEXP ‘apple|banana|orange’;
311. SELECT * FROM table WHERE field LIKE ‘%apple%’ OR field LIKE ‘%banana%’ OR field LIKE ‘%orange%’;
312. SELECT * FROM table WHERE field = ‘%apple%’ OR field = ‘%banana%’ OR field = ‘%orange%’;
313. SELECT * FROM table WHERE field = ‘?apple?’ OR field = ‘?banana?’ OR field = ‘?orange?’;
8ac76eb2defb3e21ae0449e15ea7e596874a41336d5c90f30a322563ee85f9dc9abd1affd06dc3056ef2182b5b65b735Kv4berMUoaN9pIzvjwqPGQ==
Testing Department be like
joke/meme